* 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:
38
root/opt/phpsysinfo/plugins/docker/docker_bootstrap.html
Normal file
38
root/opt/phpsysinfo/plugins/docker/docker_bootstrap.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<div class="col-lg-12" id="block_docker" style="display:none;">
|
||||
<div class="card" id="panel_docker" style="display:none;">
|
||||
<div class="card-header"><span class="lang_plugin_docker_001">Docker</span>
|
||||
<span class="hostname_docker"></span>
|
||||
<div id="reload_docker" class="reload" title="reload"></div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="docker" class="table table-hover table-sm sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id="docker_Name"><span class="lang_plugin_docker_101">Name</span></th>
|
||||
<th><span class="lang_plugin_docker_102">CPU Usage</span></th>
|
||||
<th><span class="lang_plugin_docker_103">Memory Usage</span></th>
|
||||
<th class="rightCell sorttable_numeric"><span class="lang_plugin_docker_104">Memory Used</span></th>
|
||||
<th class="rightCell sorttable_numeric"><span class="lang_plugin_docker_105">Memory Limit</span></th>
|
||||
<th class="rightCell"><span class="lang_plugin_docker_106">Net I/O</span></th>
|
||||
<th class="rightCell"><span class="lang_plugin_docker_107">Block I/O</span></th>
|
||||
<th class="rightCell sorttable_numeric"><span class="lang_plugin_docker_108">PIDs</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="docker-data">
|
||||
<tr>
|
||||
<th><span data-bind="Name"></span></th>
|
||||
<td><span data-bind="CPUUsage"></span></td>
|
||||
<td><span data-bind="MemoryUsage"></span></td>
|
||||
<td class="rightCell"><span data-bind="MemoryUsed"></span></td>
|
||||
<td class="rightCell"><span data-bind="MemoryLimit"></span></td>
|
||||
<td class="rightCell"><span data-bind="NetIO"></span></td>
|
||||
<td class="rightCell"><span data-bind="BlockIO"></span></td>
|
||||
<td class="rightCell"><span data-bind="PIDs"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user