mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
Clean code & update
This commit is contained in:
parent
0e137e9bce
commit
230a792d5c
4 changed files with 42 additions and 101 deletions
|
@ -1,44 +1,35 @@
|
|||
<?php
|
||||
include(dirname(__DIR__).'/pages/includes/header.php');
|
||||
$html_HYPs = $html->List_HYPs($lastdate);
|
||||
|
||||
?>
|
||||
<div id="page-wrapper">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h1 class="page-header">HYPERVISORS</h1>
|
||||
<h1 class="page-header">Nodes</h1>
|
||||
</div>
|
||||
<div class="col-lg-12" id="List_Dates">
|
||||
|
||||
|
||||
</div>
|
||||
<!-- /.col-lg-12 -->
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-default">
|
||||
<!-- /.panel-heading -->
|
||||
<div class="panel-body" >
|
||||
|
||||
<table width="100%" class="table table-striped table-bordered table-hover" id="dataTables-hypervisors" >
|
||||
<thead class="thead-inverse">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th data-priority="1">Cluster</th>
|
||||
<th data-priority="1">Name</th>
|
||||
<th data-priority="1">RAM(Used)</th>
|
||||
<th data-priority="1">RAM(Alloc/Total)</th>
|
||||
<th data-priority="1">CPU(Alloc/Total)</th>
|
||||
<th data-priority="1">STO(Used)*</th>
|
||||
<th data-priority="1">STO(Alloc/Total)</th>
|
||||
<th data-priority="1">Load</th>
|
||||
<th data-priority="1">Uptime</th>
|
||||
<th data-priority="1">Eligibility*</th>
|
||||
<th class="none" >Swap (used/total)</th>
|
||||
<th class="none" >PVE Version</th>
|
||||
<th class="none" >Kernel</th>
|
||||
<th class="none" >CPU - Informations</th>
|
||||
<th data-priority="1">cluster</th>
|
||||
<th data-priority="1">name</th>
|
||||
<th data-priority="1">ram (used)</th>
|
||||
<th data-priority="1">ram (alloc/total)</th>
|
||||
<th data-priority="1">cpu (alloc/total)</th>
|
||||
<th data-priority="1">storage (used)</th>
|
||||
<th data-priority="1">storage (alloc/total)</th>
|
||||
<th data-priority="1">load</th>
|
||||
<th data-priority="1">uptime</th>
|
||||
<th data-priority="1">eligibility</th>
|
||||
<th class="none" >swap (used/total)</th>
|
||||
<th class="none" >pve-version Version</th>
|
||||
<th class="none" >kernel</th>
|
||||
<th class="none" >cpu informations</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<?php echo $html_HYPs; ?>
|
||||
|
@ -48,9 +39,9 @@ $html_HYPs = $html->List_HYPs($lastdate);
|
|||
* The storage used is the largest.<br/>
|
||||
* This is a score to evaluate the eligibility to receive news VM. Lower score are the best.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
include(dirname(__DIR__).'/pages/includes/footer.php');
|
||||
?>
|
||||
</div>
|
||||
<?php
|
||||
include(dirname(__DIR__).'/pages/includes/footer.php');
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue