summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-11 18:11:49 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-11 18:11:49 -0400
commit3c5d9204a16a489c823712f278892592c75d97a6 (patch)
tree9324be6ec55a3de043e788375a22ffb5296d9816 /cobbler.spec
parent2c45ec8a448fba315b5e7ac4204e467ff74a679d (diff)
downloadthird_party-cobbler-3c5d9204a16a489c823712f278892592c75d97a6.tar.gz
third_party-cobbler-3c5d9204a16a489c823712f278892592c75d97a6.tar.xz
third_party-cobbler-3c5d9204a16a489c823712f278892592c75d97a6.zip
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.
Diffstat (limited to 'cobbler.spec')
-rw-r--r--cobbler.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/cobbler.spec b/cobbler.spec
index 2e68bed..d24acd8 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -102,6 +102,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%dir /var/www/cobbler/webui
%defattr(444,apache,apache)
/var/www/cobbler/webui/*.css
+/var/www/cobbler/webui/*.js
/var/www/cobbler/webui/*.png
/var/www/cobbler/webui/*.html
%defattr(-,root,root)