We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6bda4 commit 8bc8bb4Copy full SHA for 8bc8bb4
1 file changed
src/main/resources/templates/decorators/system.html
@@ -12,8 +12,7 @@
12
<div layout:fragment="main">
13
<h1 class="h2">System</h1>
14
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>
+ <div>Mem use: <strong th:text="${memUsed}"/>M/<span th:text="${memTotal}"/>M, <strong th:text="${threads.size()}"/> threads running.</div>
17
<div class="table-responsive">
18
<table class="table table-sm system">
19
<thead>
0 commit comments