initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024
This commit is contained in:
27
root/opt/phpsysinfo/plugins/ps/ps_bootstrap.html
Normal file
27
root/opt/phpsysinfo/plugins/ps/ps_bootstrap.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<div class="col-lg-12" id="block_ps" style="display:none">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Processes Status</div>
|
||||
<div class="panel-body">
|
||||
<table id="ps" class="table table-hover table-condensed sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id="ps_number" class="sorttable_numeric">#</th>
|
||||
<th>Command</th>
|
||||
<th class="rightCell sorttable_numeric">Process ID</th>
|
||||
<th class="rightCell sorttable_numeric">Parent ID</th>
|
||||
<th class="rightCell sorttable_numeric">Memory Usage</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="ps-data">
|
||||
<tr>
|
||||
<th><span data-bind="number"></span></th>
|
||||
<td><span data-bind="Name"></span></td>
|
||||
<td class="rightCell"><span data-bind="PID"></span></td>
|
||||
<td class="rightCell"><span data-bind="PPID"></span></td>
|
||||
<td class="rightCell"><span data-bind="MemoryUsage"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user