Skip to content

Commit 2a6bda4

Browse files
committed
cleanup
1 parent b4fce9b commit 2a6bda4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
td.configInfoKey {
2+
font-weight:bold;
3+
}

src/main/resources/templates/decorators/config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h1 class="h2">Configuration</h1>
1414

1515
<div class="table-responsive">
16-
<table class="table table-sm history">
16+
<table class="table table-sm config">
1717
<thead>
1818
<tr>
1919
<th scope="col">Key</th>
@@ -23,7 +23,7 @@ <h1 class="h2">Configuration</h1>
2323
<tbody>
2424
<tr th:each="entry : *{configInfo}">
2525
<td class="configInfoKey"><span th:text="${entry.key}"/></td>
26-
<td class="configInfoValue"><pre><code th:text="${entry.value}"/></pre></td>
26+
<td class="configInfoValue"><small th:text="${entry.value}"/></td>
2727
</tr>
2828
</tbody>
2929
</table>

0 commit comments

Comments
 (0)