Improve headlines in analysis output

This commit is contained in:
Carsten Grohmann 2018-04-11 20:24:42 +02:00
parent 51ca9b8347
commit b94be9836e

View File

@ -140,7 +140,7 @@ function goBack() {
<!-- Trigger process --> <!-- Trigger process -->
<tr> <tr>
<th scope="row" colspan="3">Tigger process</th> <th scope="row" colspan="3">Tigger Process</th>
</tr> </tr>
<tr> <tr>
<td></td> <td></td>
@ -151,7 +151,7 @@ function goBack() {
<!-- Killed Process --> <!-- Killed Process -->
<tr> <tr>
<th scope="row" colspan="3">Killed process</th> <th scope="row" colspan="3">Killed Process</th>
</tr> </tr>
<tr> <tr>
<td></td> <td></td>
@ -186,10 +186,10 @@ function goBack() {
<td>This may include System V shared memory and shared anonymous memory</td> <td>This may include System V shared memory and shared anonymous memory</td>
</tr> </tr>
<!-- Memory Chunks --> <!-- Memory Usage Graphs -->
<tr> <tr>
<th scope="row" colspan="3">Memory Usage</th> <th scope="row" colspan="3">Memory Usage Graphs</th>
</tr> </tr>
<tr> <tr>
<td style="font-weight: bold">RAM Summary</td> <td style="font-weight: bold">RAM Summary</td>
@ -201,7 +201,7 @@ function goBack() {
</tr> </tr>
<tr> <tr>
<td style="font-weight: bold">RAM usage</td> <td style="font-weight: bold">Memory Usage Details</td>
<td></td> <td></td>
<td></td> <td></td>
</tr> </tr>
@ -346,7 +346,7 @@ function goBack() {
<!-- Swap Usage --> <!-- Swap Usage -->
<tr> <tr>
<td style="font-weight: bold">Swap usage</td> <td style="font-weight: bold">Swap Usage</td>
<td></td> <td></td>
<td></td> <td></td>
</tr> </tr>