* 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:
26
root/opt/phpsysinfo/plugins/hyperv/hyperv_bootstrap.html
Normal file
26
root/opt/phpsysinfo/plugins/hyperv/hyperv_bootstrap.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<div class="col-lg-6" id="block_hyperv" style="display:none;">
|
||||
<div class="card" id="panel_hyperv" style="display:none;">
|
||||
<div class="card-header"><span class="lang_plugin_hyperv_001">Hyper-V Status</span>
|
||||
<span class="hostname_hyperv"></span>
|
||||
<div id="reload_hyperv" class="reload" title="reload"></div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="hyperv" class="table table-hover table-sm sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id="hyperv_Name"><span class="lang_plugin_hyperv_002">Machine Name</span></th>
|
||||
<th class="rightCell"><span class="lang_plugin_hyperv_003">State</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="hyperv-data">
|
||||
<tr>
|
||||
<th><span data-bind="Name"></span></th>
|
||||
<td class="rightCell"><span class="badge badge-success" data-bind="State1"></span><span class="badge badge-danger" data-bind="State0"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user