From d8f2f24a5bc0f5d9098149c4e2579fd1cd070f61 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Wed, 30 May 2018 21:56:50 +0200 Subject: luci-app-lxc: fix "plain-vanilla" integration, part 3 * migrate JS generated HTML tables to divs * remove (most of) the inline styles * various markup cleanups That's the final part ... hopefully it's now in a more usable & maintainable state. Signed-off-by: Dirk Brenken --- applications/luci-app-lxc/luasrc/controller/lxc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-lxc/luasrc/controller') diff --git a/applications/luci-app-lxc/luasrc/controller/lxc.lua b/applications/luci-app-lxc/luasrc/controller/lxc.lua index f14606ee81..c7fe63f87b 100644 --- a/applications/luci-app-lxc/luasrc/controller/lxc.lua +++ b/applications/luci-app-lxc/luasrc/controller/lxc.lua @@ -131,7 +131,7 @@ end function lxc_configuration_set(lxc_name) luci.http.prepare_content("text/plain") - local lxc_configuration = luci.http.formvalue("lxc_configuration") + local lxc_configuration = luci.http.formvalue("lxc_conf") if lxc_configuration == nil then util.perror("lxc error: config formvalue is empty") return -- cgit v1.2.3