initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024
This commit is contained in:
21
root/opt/phpsysinfo/plugins/psstatus/psstatus_bootstrap.html
Normal file
21
root/opt/phpsysinfo/plugins/psstatus/psstatus_bootstrap.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<div class="col-lg-6" id="block_psstatus" style="display:none">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Processes Status</div>
|
||||
<div class="panel-body">
|
||||
<table id="psstatus" class="table table-hover table-condensed sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id="psstatus_Name">Name</th>
|
||||
<th class="rightCell">Status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="psstatus-data">
|
||||
<tr>
|
||||
<th><span data-bind="Name"></span></th>
|
||||
<td class="rightCell"><span class="badge" data-bind="Status"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user