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 -->
<tr>
<td class="table__sub-section--bold">Graphs</td>
<td></td>
<td></td>
<td class="table__sub-section--bold" colspan="3" scope="row">Graphs</td>
</tr>
<tr>
<td>RAM Summary</td>
@ -372,9 +370,7 @@ function goBack() {
<!-- Page Usage -->
<tr>
<td class="table__sub-section--bold">Memory Pages</td>
<td></td>
<td></td>
<td class="table__sub-section--bold" colspan="3" scope="row">Memory Pages</td>
</tr>
<tr>
<td>RAM pages</td>
@ -413,9 +409,7 @@ function goBack() {
<!-- Memory Usage Details -->
<tr>
<td class="table__sub-section--bold">Memory Usage Details</td>
<td></td>
<td></td>
<td class="table__sub-section--bold" colspan="3" scope="row">Memory Usage Details</td>
</tr>
<tr>
<td>Active anonymous memory <br> (active_anon)</td>
@ -558,9 +552,7 @@ function goBack() {
<!-- Swap Usage -->
<tr>
<td class="table__sub-section--bold">Swap Usage</td>
<td></td>
<td></td>
<td class="table__sub-section--bold" colspan="3" scope="row">Swap Usage</td>
</tr>
<tr>
<td>Swap Total</td>
@ -625,7 +617,7 @@ function goBack() {
<!-- Memory Chunks -->
<tr>
<th scope="row" colspan="3">Memory Chunks</th>
<th colspan="3" scope="row">Memory Chunks</th>
</tr>
<tr>
<td></td>
@ -647,7 +639,7 @@ function goBack() {
<!-- Hardware Details -->
<tr>
<th scope="row" colspan="3">Hardware Details</th>
<th colspan="3" scope="row">Hardware Details</th>
</tr>
<tr>
<td></td>
@ -659,7 +651,7 @@ function goBack() {
<!-- Kernel Call Tree -->
<tr>
<th scope="row" colspan="3">Kernel Call Trace</th>
<th colspan="3" scope="row">Kernel Call Trace</th>
</tr>
<tr>
<td></td>
@ -671,7 +663,7 @@ function goBack() {
<!-- Initial OOM -->
<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>
</th>
</tr>