Span subsections over all table columns

This commit is contained in:
Carsten Grohmann 2020-01-09 06:54:44 +01:00
parent d50c8a026e
commit 222b6727d7

View File

@ -355,9 +355,7 @@ function goBack() {
<!-- Graphs --> <!-- Graphs -->
<tr> <tr>
<td class="table__sub-section--bold">Graphs</td> <td class="table__sub-section--bold" colspan="3" scope="row">Graphs</td>
<td></td>
<td></td>
</tr> </tr>
<tr> <tr>
<td>RAM Summary</td> <td>RAM Summary</td>
@ -372,9 +370,7 @@ function goBack() {
<!-- Page Usage --> <!-- Page Usage -->
<tr> <tr>
<td class="table__sub-section--bold">Memory Pages</td> <td class="table__sub-section--bold" colspan="3" scope="row">Memory Pages</td>
<td></td>
<td></td>
</tr> </tr>
<tr> <tr>
<td>RAM pages</td> <td>RAM pages</td>
@ -413,9 +409,7 @@ function goBack() {
<!-- Memory Usage Details --> <!-- Memory Usage Details -->
<tr> <tr>
<td class="table__sub-section--bold">Memory Usage Details</td> <td class="table__sub-section--bold" colspan="3" scope="row">Memory Usage Details</td>
<td></td>
<td></td>
</tr> </tr>
<tr> <tr>
<td>Active anonymous memory <br> (active_anon)</td> <td>Active anonymous memory <br> (active_anon)</td>
@ -558,9 +552,7 @@ function goBack() {
<!-- Swap Usage --> <!-- Swap Usage -->
<tr> <tr>
<td class="table__sub-section--bold">Swap Usage</td> <td class="table__sub-section--bold" colspan="3" scope="row">Swap Usage</td>
<td></td>
<td></td>
</tr> </tr>
<tr> <tr>
<td>Swap Total</td> <td>Swap Total</td>
@ -625,7 +617,7 @@ function goBack() {
<!-- Memory Chunks --> <!-- Memory Chunks -->
<tr> <tr>
<th scope="row" colspan="3">Memory Chunks</th> <th colspan="3" scope="row">Memory Chunks</th>
</tr> </tr>
<tr> <tr>
<td></td> <td></td>
@ -647,7 +639,7 @@ function goBack() {
<!-- Hardware Details --> <!-- Hardware Details -->
<tr> <tr>
<th scope="row" colspan="3">Hardware Details</th> <th colspan="3" scope="row">Hardware Details</th>
</tr> </tr>
<tr> <tr>
<td></td> <td></td>
@ -659,7 +651,7 @@ function goBack() {
<!-- Kernel Call Tree --> <!-- Kernel Call Tree -->
<tr> <tr>
<th scope="row" colspan="3">Kernel Call Trace</th> <th colspan="3" scope="row">Kernel Call Trace</th>
</tr> </tr>
<tr> <tr>
<td></td> <td></td>
@ -671,7 +663,7 @@ function goBack() {
<!-- Initial OOM --> <!-- Initial OOM -->
<tr> <tr>
<th scope="row" colspan="3">Entire OOM Message <th colspan="3" scope="row">Entire OOM Message
<a class="a--small" href="javascript:void(0);" id="oom_toogle_msg" onclick="OOMAnalyser.OOMDisplayInstance.toggle_oom()" title="Click to show/hide full OOM message">(click to hide)</a> <a class="a--small" href="javascript:void(0);" id="oom_toogle_msg" onclick="OOMAnalyser.OOMDisplayInstance.toggle_oom()" title="Click to show/hide full OOM message">(click to hide)</a>
</th> </th>
</tr> </tr>