From 503b2c9fa1f9ffde41c0d290edc49cf22eaf6355 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Mon, 7 Apr 2025 15:40:01 -0700 Subject: [PATCH] chore: comment for VMSettings nitpick suggestion --- emhttp/plugins/dynamix.vm.manager/VMSettings.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix.vm.manager/VMSettings.page b/emhttp/plugins/dynamix.vm.manager/VMSettings.page index 5b2a7fca3..01b809ba1 100644 --- a/emhttp/plugins/dynamix.vm.manager/VMSettings.page +++ b/emhttp/plugins/dynamix.vm.manager/VMSettings.page @@ -92,7 +92,7 @@ if (is_file('/boot/syslinux/syslinux.cfg')) { $arrValidNetworks = getValidNetworks(); $pcie_acs_override = detect($bootcfg, $bootenv, 'pcie_acs_override'); $vfio_allow_unsafe = detect($bootcfg, $bootenv, 'allow_unsafe_interrupts'); -$bgcolor = $themeHelper->isLightTheme() ? '#f2f2f2' : '#1c1c1c'; +$bgcolor = $themeHelper->isLightTheme() ? '#f2f2f2' : '#1c1c1c'; // $themeHelper set in DefaultPageLayout.php $started = $var['fsState']=='Started'; $libvirt_up = $libvirt_running=='yes'; $libvirt_log = file_exists("/var/log/libvirt/libvirtd.log");