Align left aligned cells to right
This commit is contained in:
parent
e3558a911f
commit
b9af8bba10
@ -30,6 +30,10 @@
|
|||||||
content: " pages";
|
content: " pages";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.align_right {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
.hide_tablerow {
|
.hide_tablerow {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -148,7 +152,7 @@ function goBack() {
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td><span id="trigger_proc_name"></span> (PID <span id="trigger_proc_pid"></span>)</td>
|
<td class="align_right"><span id="trigger_proc_name"></span> (PID <span id="trigger_proc_pid"></span>)</td>
|
||||||
<td>This process requests memory and is triggering thereby the OOM situation</td>
|
<td>This process requests memory and is triggering thereby the OOM situation</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@ -159,12 +163,12 @@ function goBack() {
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td><span id="killed_proc_name"></span> (PID <span id="killed_proc_pid"></span>)</td>
|
<td class="align_right"><span id="killed_proc_name"></span> (PID <span id="killed_proc_pid"></span>)</td>
|
||||||
<td>Process killed by Linux kernel to satisfy the memory request</td>
|
<td>Process killed by Linux kernel to satisfy the memory request</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>OOM Score<br>(score)</td>
|
<td>OOM Score<br>(score)</td>
|
||||||
<td id="killed_proc_score"></td>
|
<td id="killed_proc_score" class="align_right"></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -443,17 +447,17 @@ function goBack() {
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Kernel</td>
|
<td>Kernel</td>
|
||||||
<td id="kernel_version"></td>
|
<td id="kernel_version" class="align_right"></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Distribution</td>
|
<td>Distribution</td>
|
||||||
<td id="dist"></td>
|
<td id="dist" class="align_right"></td>
|
||||||
<td>Guessed from the kernel version</td>
|
<td>Guessed from the kernel version</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Platform</td>
|
<td>Platform</td>
|
||||||
<td id="platform"></td>
|
<td id="platform" class="align_right"></td>
|
||||||
<td>Guessed from the kernel version</td>
|
<td>Guessed from the kernel version</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user