From 73dcd750eefc6475798d812c39bec21035d813b3 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Fri, 22 May 2015 11:00:15 +0200 Subject: [PATCH] firewall dmz config update --- luciexpress/htdocs/js/uci.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luciexpress/htdocs/js/uci.js b/luciexpress/htdocs/js/uci.js index de6e17218..2f3e5ea82 100644 --- a/luciexpress/htdocs/js/uci.js +++ b/luciexpress/htdocs/js/uci.js @@ -132,7 +132,7 @@ "family": { dvalue: "", type: String }, "reload": { dvalue: true, type: Boolean } }, - "dmzhost": { + "dmz": { "enabled": { dvalue: false, type: Boolean }, "host": { dvalue: "", type: String } // TODO: change to ip address },