This commit is contained in:
parent
f0b5cc1b72
commit
ea9ed51910
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ public abstract class AbstractPage implements HttpPage{
|
|||
tmpl.set("title", "WebAdmin");
|
||||
tmpl.set("top-nav", context.getNavigation());
|
||||
tmpl.set("side-nav-show", true);
|
||||
tmpl.set("side-nav", context.getNavigation()[1].getSubNav());
|
||||
tmpl.set("side-nav", context.getNavigation()[0].getSubNav());
|
||||
tmpl.set("alerts", context.getAlerts());
|
||||
//tmpl.set("footer", null);
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
<th data-field="cpu" data-sortable="true">CPU</th>
|
||||
<th data-field="cputime" data-sortable="true">CpuTime</th>
|
||||
<th data-field="mem" data-sortable="true">Memory(MB)</th>
|
||||
<th data-field="cmd" data-sortable="true">Proc</th>
|
||||
<th data-field="cmd" data-sortable="true" style="word-wrap: break-word;">Proc</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue