File: smart_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 (13 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="col-lg-12" id="block_smart" style="display:none;">
    <div class="card" id="panel_smart" style="display:none;">
        <div class="card-header"><span class="lang_plugin_smart_001">S.M.A.R.T Informations</span>
            <span class="hostname_smart"></span>
            <div id="reload_smart" class="reload" title="reload"></div>
        </div>
        <div class="card-body">
            <div class="table-responsive">
                <table id="smart" class="table table-hover table-sm"></table>
            </div>
        </div>
    </div>
</div>