From 3c5d9204a16a489c823712f278892592c75d97a6 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 11 Oct 2007 18:11:49 -0400 Subject: Work on making the NICs on the system page expandable/collapseable. Still need to write the onload function that sets things by default and wire up the links that do the expanding. Save code still also needs to be aware of the new variable names and also needs to know how to delete interfaces and not save "empty" interfaces. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9533127..4e2a7e3 100644 --- a/setup.py +++ b/setup.py @@ -155,6 +155,7 @@ if __name__ == "__main__": (wwwgfx, ['docs/cobbler.html']), (wwwgfx, []), (wwwgfx, ['webui_content/icon_16_sync.png']), + (wwwgfx, ['webui_content/showhide.js']), (wwwgfx, ['webui_content/style.css']), (wwwgfx, ['webui_content/logo-cobbler.png']), (wwwgfx, ['webui_content/cobblerweb.css']), -- cgit