summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-01 15:00:38 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-01 15:00:38 -0400
commit952cdfbd85671c2ed6dfa55fa34b33739815e288 (patch)
treeaa17f412c7eda058d7d6a5e78f76c5885ecb552a /setup.py
parent339e79b493b8bcf41dbf59a1931d171e04c0284d (diff)
downloadthird_party-cobbler-952cdfbd85671c2ed6dfa55fa34b33739815e288.tar.gz
third_party-cobbler-952cdfbd85671c2ed6dfa55fa34b33739815e288.tar.xz
third_party-cobbler-952cdfbd85671c2ed6dfa55fa34b33739815e288.zip
Move the authentication error messages in the WebUI to a common template file so they can be reused, in those messages, explain who is in the access control list. Also make the system "remove"
buttons for NICs change to "hide" buttons in non-editable modes.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8253216..3285b2f 100644
--- a/setup.py
+++ b/setup.py
@@ -138,6 +138,7 @@ if __name__ == "__main__":
(wwwtmpl, ['webui_templates/empty.tmpl']),
(wwwtmpl, ['webui_templates/blank.tmpl']),
+ (wwwtmpl, ['webui_templates/enoaccess.tmpl']),
(wwwtmpl, ['webui_templates/distro_list.tmpl']),
(wwwtmpl, ['webui_templates/distro_edit.tmpl']),
(wwwtmpl, ['webui_templates/profile_list.tmpl']),