We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9701f0e commit ec79fedCopy full SHA for ec79fed
web/doku/src/components/Logs.js
@@ -72,7 +72,9 @@ function Logs() {
72
<Table.Cell>{prettyContainerName(ContainerName)}</Table.Cell>
73
<Table.Cell textAlign="right">{replaceWithNbsp(prettyBytes(Size))}</Table.Cell>
74
<Table.Cell>
75
- <small>{prettyLogPath(Path)}</small>
+ <small>
76
+ <code>{prettyLogPath(Path)}</code>
77
+ </small>
78
</Table.Cell>
79
</Table.Row>
80
))}
0 commit comments