From 67a998c8b26f03233b5fc5a414c3d8ad326f464a Mon Sep 17 00:00:00 2001 From: bergware Date: Mon, 6 Nov 2023 09:33:07 +0100 Subject: [PATCH] VMs: change icon to open circle --- emhttp/plugins/dynamix.vm.manager/include/VMMachines.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emhttp/plugins/dynamix.vm.manager/include/VMMachines.php b/emhttp/plugins/dynamix.vm.manager/include/VMMachines.php index ca365da83..e82f84573 100644 --- a/emhttp/plugins/dynamix.vm.manager/include/VMMachines.php +++ b/emhttp/plugins/dynamix.vm.manager/include/VMMachines.php @@ -185,7 +185,7 @@ foreach ($vms as $vm) { $changemedia = "getisoimageboth(\"{$uuid}\",\"hda\",\"{$cdbus}\",\"{$cdfile}\",\"hdb\",\"{$cdbus2}\",\"{$cdfile2}\")"; $title = _('Select ISO image'); - $cdstr = $cdromcount." / 2"; + $cdstr = $cdromcount." / 2"; echo ""; echo "$image$vm
"._($status)." $snapshotstcount
"; echo "$desc"; @@ -248,7 +248,7 @@ foreach ($vms as $vm) { $title = _('Insert CD'); $changemedia = "changemedia(\"{$uuid}\",\"{$dev}\",\"{$bus}\",\"--select\")"; $disk = _("No CD image inserted in to drive"); - echo "$disk$bus$capacity$allocation$boot"; + echo "$disk$bus$capacity$allocation$boot"; } } echo "";