summaryrefslogtreecommitdiffstats
path: root/interfaces-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces-config-html.lsp')
-rw-r--r--interfaces-config-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces-config-html.lsp b/interfaces-config-html.lsp
index 8800577..8f61b4b 100644
--- a/interfaces-config-html.lsp
+++ b/interfaces-config-html.lsp
@@ -17,7 +17,7 @@ local myform = form.iface
for k,v in pairs(myform) do
local myform=v
if (myform.name.value ~= "") then
- io.write("<DT><IMG SRC='/static/tango/16x16/devices/network-wired.png' width='16' height='16'> " .. (myform.name.value or '') .. "</DT><DD>")
+ io.write("<DT><IMG SRC='/skins/static/tango/16x16/devices/network-wired.png' width='16' height='16'> " .. (myform.name.value or '') .. "</DT><DD>")
io.write("<TABLE STYLE='margin-bottom:10px'>")
local tags = { "edit", "method", "address", "netmask", "gateway", "provider", "hostname", "pre-up", "up", "down", "post-down", "comment", }
for k1,v1 in pairs(tags) do