initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024
This commit is contained in:
15
root/opt/phpsysinfo/plugins/ipmiinfo/ipmiinfo_bootstrap.html
Normal file
15
root/opt/phpsysinfo/plugins/ipmiinfo/ipmiinfo_bootstrap.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<div class="col-lg-6" id="block_ipmiinfo" style="display:none">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">IPMI Status</div>
|
||||
<div class="panel-body">
|
||||
<table id="ipmiinfo" class="table table-hover table-condensed">
|
||||
<tbody id="ipmiinfo-data">
|
||||
<tr>
|
||||
<td><span data-bind="Label"></span></td>
|
||||
<td><span data-bind="Value"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user