mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
Setup groups
This commit is contained in:
parent
fb89bd857b
commit
089488f20d
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ else
|
|||
$lastdate = intval(json_decode($q->GET_Dates("last"), true)['value']);
|
||||
}
|
||||
|
||||
//$html_groups = $html->List_Groups($lastdate);
|
||||
$html_groups = $html->List_Groups($lastdate);
|
||||
?>
|
||||
|
||||
|
||||
|
@ -157,11 +157,11 @@ else
|
|||
<li><a href="vms.php?date=<?php echo $lastdate; ?>"><i class="fa fa-table fa-fw"></i>Instances</a></li>
|
||||
<li><a href="nodes.php?date=<?php echo $lastdate; ?>"><i class="fa fa-table fa-fw"></i>Nodes</a></li>
|
||||
<li><a href="storages.php?date=<?php echo $lastdate; ?>"><i class="fa fa-table fa-fw"></i>Storages</a></li>
|
||||
<!--
|
||||
|
||||
<li>
|
||||
<a href="#"><i class="fa fa-sitemap fa-fw"></i> Groups <span class="fa arrow"></span></a>
|
||||
<ul class="nav nav-second-level">
|
||||
<?php // echo $html_groups; ?>
|
||||
<?php echo $html_groups; ?>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue