File: diskload_bootstrap.html

package info (click to toggle)
phpsysinfo 3.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,900 kB
  • sloc: javascript: 22,511; php: 20,651; xml: 18,293; sh: 196; python: 58; makefile: 12
file content (26 lines) | stat: -rw-r--r-- 1,198 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<div class="col-lg-6" id="block_diskload" style="display:none;">
    <div class="card" id="panel_diskload" style="display:none;">
        <div class="card-header"><span class="lang_plugin_diskload_001">Disk Load Information</span>
            <span class="hostname_diskload"></span>
            <div id="reload_diskload" class="reload" title="reload"></div>
        </div>
        <div class="card-body">
            <div class="table-responsive">
                <table id="diskload" class="table table-hover table-sm">
                    <thead>
                        <tr>
                            <th id="diskload_Name"><span class="lang_plugin_diskload_002">Disk</span></th>
                            <th class="rightCell"><span class="lang_plugin_diskload_003">Load</span></th>
                        </tr>
                    </thead>
                    <tbody id="diskload-data">
                        <tr>
                            <th><span data-bind="Name"></span></th>
                            <td><span data-bind="Load"></span></td>
                        </tr>
                    </tbody>
                </table>
            </div>
        </div>
    </div>
</div>