Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2781 → Rev 2782

/web/acc/phpsysinfo/plugins/pingtest/pingtest_bootstrap.html
0,0 → 1,25
<div class="col-lg-6" id="block_pingtest" style="display:none;">
<div class="card" id="panel_pingtest" style="display:none;">
<div class="card-header"><span class="lang_plugin_pingtest_001">Ping Test</span>
<div id="reload_pingtest" class="reload" title="reload"></div>
</div>
<div class="card-body">
<div class="table-responsive">
<table id="pingtest" class="table table-hover table-sm sortable">
<thead>
<tr>
<th class="sorttable_ip" id="pingtest_Address"><span class="lang_plugin_pingtest_002">Address</span></th>
<th class="rightCell"><span class="lang_plugin_pingtest_003">Ping Time</span></th>
</tr>
</thead>
<tbody id="pingtest-data">
<tr>
<th><span data-bind="Address"></span></th>
<td class="rightCell"><span data-bind="PingTime"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>