summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-lxc/luasrc
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-lxc/luasrc')
-rw-r--r--applications/luci-app-lxc/luasrc/view/lxc.htm4
1 files changed, 1 insertions, 3 deletions
diff --git a/applications/luci-app-lxc/luasrc/view/lxc.htm b/applications/luci-app-lxc/luasrc/view/lxc.htm
index 55cb23fbd6..69025ad6d3 100644
--- a/applications/luci-app-lxc/luasrc/view/lxc.htm
+++ b/applications/luci-app-lxc/luasrc/view/lxc.htm
@@ -64,8 +64,7 @@ local target = nx.uname().machine
<hr />
-<script type="text/javascript">
-//<![CDATA[
+<script>
window.img = { "red" : "<%=resource%>/cbi/red.gif", "green" : "<%=resource%>/cbi/green.gif", "purple" : "<%=resource%>/cbi/purple.gif" };
window.states = { "STOPPED" : "red", "RUNNING" : "green", "FROZEN" : "purple" };
@@ -502,5 +501,4 @@ local target = nx.uname().machine
})
lxc_list_update();
-//]]>
</script>