Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

Rev Author Line No. Line
2782 rexy 1
<div class="col-lg-6" id="block_pingtest" style="display:none;">
2
    <div class="card" id="panel_pingtest" style="display:none;">
3
        <div class="card-header"><span class="lang_plugin_pingtest_001">Ping Test</span>
4
            <div id="reload_pingtest" class="reload" title="reload"></div>
5
        </div>
6
        <div class="card-body">
7
            <div class="table-responsive">
8
                <table id="pingtest" class="table table-hover table-sm sortable">
9
                    <thead>
10
                        <tr>
11
                            <th class="sorttable_ip" id="pingtest_Address"><span class="lang_plugin_pingtest_002">Address</span></th>
12
                            <th class="rightCell"><span class="lang_plugin_pingtest_003">Ping Time</span></th>
13
                        </tr>
14
                    </thead>
15
                    <tbody id="pingtest-data">
16
                        <tr>
17
                            <th><span data-bind="Address"></span></th>
18
                            <td class="rightCell"><span data-bind="PingTime"></span></td>
19
                        </tr>
20
                    </tbody>
21
                </table>
22
            </div>
23
        </div>
24
    </div>
25
</div>