Increase width of the PID column in process table

This commit is contained in:
Carsten Grohmann 2020-11-19 10:19:21 +01:00
parent 445b83616b
commit cc6384903a

View File

@ -105,9 +105,6 @@
background-color: #FEEFB3;
}
.pstable__row-pid--width {
width: 8ch;
}
.pstable__row-numeric--width {
width: 10ch;
}
@ -650,7 +647,7 @@ function goBack() {
<table class="pstable__table--noborder">
<thead>
<tr>
<td class="pstable__row-pid--width">pid
<td class="pstable__row-numeric--width">pid
<a class="pstable__row-sort--width" href="javascript:void(0);"
id="pstable_sort_pid" onclick="OOMAnalyser.OOMDisplayInstance.sort_pstable('pid')"></a>
</td>