We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0defab3 + 96188ea commit 95bc896Copy full SHA for 95bc896
3 files changed
emhttp/plugins/dynamix.vm.manager/VMMachines.page
100644
100755
emhttp/plugins/dynamix.vm.manager/VMUsageStats.page
@@ -1,4 +1,4 @@
1
-Menu="VMs:0"
+Menu="VMs:2"
2
Title="VM Usage Statistics"
3
Nchan="vm_usage"
4
Cond="exec(\"grep -o '^USAGE=.Y' /boot/config/domain.cfg 2>/dev/null\") && is_file('/var/run/libvirt/libvirtd.pid')"
emhttp/plugins/dynamix.vm.manager/VMs.page
@@ -2,6 +2,7 @@ Menu="Tasks:70"
Type="xmenu"
Code="e918"
Lock="true"
5
+Tabs="true"
6
Cond="exec(\"grep -o '^SERVICE=.enable' /boot/config/domain.cfg 2>/dev/null\")"
7
---
8
<?PHP
@@ -28,9 +29,3 @@ Cond="exec(\"grep -o '^SERVICE=.enable' /boot/config/domain.cfg 2>/dev/null\")"
28
29
<? if ($noticeMessage): ?>
30
<p class="notice"><?= $noticeMessage ?></p>
31
<? endif; ?>
-
32
-<?
33
-if (count($pages) == 2) {
34
- $tabbed = false;
35
-}
36
-?>
0 commit comments