summaryrefslogtreecommitdiffstats
path: root/squid-basic-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'squid-basic-html.lsp')
-rw-r--r--squid-basic-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/squid-basic-html.lsp b/squid-basic-html.lsp
index 8d1cd43..e084ddb 100644
--- a/squid-basic-html.lsp
+++ b/squid-basic-html.lsp
@@ -8,7 +8,7 @@ require("viewfunctions")
local srv1fill = ""
local srv2fill = "disabled"
- if form.info.status.value == "running" then
+ if form.info.status.value == "Enabled" then
srv1fill = "disabled"
srv2fill = ""
end