Code tidy

This commit is contained in:
SimonFair
2024-06-02 16:14:18 +01:00
parent 392811005c
commit 8354a5c6ac

View File

@@ -72,7 +72,7 @@ foreach ($vms as $vm) {
$diskdesc = 'Current physical size: '.$lv->get_disk_capacity($res, true)."\nDefault snapshot type: $fstype";
}
$arrValidDiskBuses = getValidDiskBuses();
$WebUI = $webGui = html_entity_decode($arrConfig['template']['webui']);
$WebUI = html_entity_decode($arrConfig['template']['webui']);
$vmrcport = $lv->domain_get_vnc_port($res);
$autoport = $lv->domain_get_vmrc_autoport($res);
$vmrcurl = '';