- Adding SM2 panel [SME: 13004] - Upgrade to phpsysinfo 3.4.4 - Add code to delete inline styles and add css to make it look better. - version saved / built uses the static version, which means no drops downs and choices.
14 lines
565 B
HTML
14 lines
565 B
HTML
<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>
|