summaryrefslogtreecommitdiffstats
path: root/squid-basic-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-05-06 14:42:01 +0000
committerMika Havela <mika.havela@gmail.com>2008-05-06 14:42:01 +0000
commit064e8596773fef919fdd159788d1b69fd9df13e2 (patch)
tree815b16e2f79211438568c8d2ce75f5c4ce1d82fa /squid-basic-html.lsp
parent8fe21698be1d61a66614019df3900d24715f63dd (diff)
downloadacf-squid-064e8596773fef919fdd159788d1b69fd9df13e2.tar.bz2
acf-squid-064e8596773fef919fdd159788d1b69fd9df13e2.tar.xz
Fixed a bug when start/stop/restart the process. Buttons now enable/disable the right way.
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1106 ab2d0c66-481e-0410-8bed-d214d4d58bed
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