* Mon May 12 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- 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.
This commit is contained in:
24
root/opt/phpsysinfo/plugins/viewer/viewer_bootstrap.html
Normal file
24
root/opt/phpsysinfo/plugins/viewer/viewer_bootstrap.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<div class="col-lg-12" id="block_viewer" style="display:none;">
|
||||
<div class="card" id="panel_viewer" style="display:none;">
|
||||
<div class="card-header"><span class="lang_plugin_viewer_001">Viewer</span>
|
||||
<span class="hostname_viewer"></span>
|
||||
<div id="reload_viewer" class="reload" title="reload"></div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="viewer" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id="viewer-th"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="viewer-data">
|
||||
<tr>
|
||||
<td><span data-bind="Line"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user