Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2781 → Rev 2782

/web/acc/phpsysinfo/plugins/psstatus/psstatus_bootstrap.html
0,0 → 1,25
<div class="col-lg-6" id="block_psstatus" style="display:none;">
<div class="card" id="panel_psstatus" style="display:none;">
<div class="card-header"><span class="lang_plugin_psstatus_001">Processes Status</span>
<div id="reload_psstatus" class="reload" title="reload"></div>
</div>
<div class="card-body">
<div class="table-responsive">
<table id="psstatus" class="table table-hover table-sm sortable">
<thead>
<tr>
<th id="psstatus_Name"><span class="lang_plugin_psstatus_002">Name</span></th>
<th class="rightCell"><span class="lang_plugin_psstatus_003">Status</span></th>
</tr>
</thead>
<tbody id="psstatus-data">
<tr>
<th><span data-bind="Name"></span></th>
<td class="rightCell"><span class="badge badge-success" data-bind="Status1"></span><span class="badge badge-danger" data-bind="Status0"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>