0byt3m1n1
Path:
C:
/
wamp64
/
apps
/
phpsysinfo3.3.1
/
plugins
/
docker
/
[
Home
]
File: docker_bootstrap.html
<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> <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>