Skip to content

Commit 8bc8bb4

Browse files
committed
cleanup
1 parent 2a6bda4 commit 8bc8bb4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
<div layout:fragment="main">
1313
<h1 class="h2">System</h1>
1414

15-
<div>Mem use: <strong th:text="${memUsed}"/>M/<span th:text="${memTotal}"/>M</div>
16-
<div><strong th:text="${threads.size()}"/> threads running.</div>
15+
<div>Mem use: <strong th:text="${memUsed}"/>M/<span th:text="${memTotal}"/>M, <strong th:text="${threads.size()}"/> threads running.</div>
1716
<div class="table-responsive">
1817
<table class="table table-sm system">
1918
<thead>

0 commit comments

Comments
 (0)