Skip to content

Commit ec79fed

Browse files
committed
pretty print log filename
1 parent 9701f0e commit ec79fed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/doku/src/components/Logs.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ function Logs() {
7272
<Table.Cell>{prettyContainerName(ContainerName)}</Table.Cell>
7373
<Table.Cell textAlign="right">{replaceWithNbsp(prettyBytes(Size))}</Table.Cell>
7474
<Table.Cell>
75-
<small>{prettyLogPath(Path)}</small>
75+
<small>
76+
<code>{prettyLogPath(Path)}</code>
77+
</small>
7678
</Table.Cell>
7779
</Table.Row>
7880
))}

0 commit comments

Comments
 (0)