* Mon May 12 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- Adding SM2 panel [SME: 13004] - Upgrade to phpsysinfo 3.4.4 - Add code to delete inline styles and add css to make it look better. - version saved / built uses the static version, which means no drops downs and choices.
This commit is contained in:
@@ -1,27 +1,25 @@
|
||||
<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 class="col-lg-12" id="block_ps" style="display:none;">
|
||||
<div class="card" id="panel_ps" style="display:none;">
|
||||
<div class="card-header"><span class="lang_plugin_ps_001">Processes Status</span>
|
||||
<span class="hostname_ps"></span>
|
||||
<div id="reload_ps" class="reload" title="reload"></div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="ps" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_plugin_ps_002">Command</span></th>
|
||||
<th><span class="lang_plugin_ps_003">Process ID</span></th>
|
||||
<th><span class="lang_plugin_ps_004">Parent ID</span></th>
|
||||
<th><span class="lang_plugin_ps_005">Memory Usage</span></th>
|
||||
<th><span class="lang_plugin_ps_006">CPU Usage</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="ps-data">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user