Increase width of the PID column in process table
This commit is contained in:
parent
445b83616b
commit
cc6384903a
@ -105,9 +105,6 @@
|
|||||||
background-color: #FEEFB3;
|
background-color: #FEEFB3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pstable__row-pid--width {
|
|
||||||
width: 8ch;
|
|
||||||
}
|
|
||||||
.pstable__row-numeric--width {
|
.pstable__row-numeric--width {
|
||||||
width: 10ch;
|
width: 10ch;
|
||||||
}
|
}
|
||||||
@ -650,7 +647,7 @@ function goBack() {
|
|||||||
<table class="pstable__table--noborder">
|
<table class="pstable__table--noborder">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<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);"
|
<a class="pstable__row-sort--width" href="javascript:void(0);"
|
||||||
id="pstable_sort_pid" onclick="OOMAnalyser.OOMDisplayInstance.sort_pstable('pid')"></a>
|
id="pstable_sort_pid" onclick="OOMAnalyser.OOMDisplayInstance.sort_pstable('pid')"></a>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user