summaryrefslogtreecommitdiffstats
path: root/cobbler/webui
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-03-26 16:02:48 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-03-26 16:02:48 -0400
commit602591cae12323012693f49de3ba59516b40c3f5 (patch)
treef24231c3cb9badc6809f57b5de1d2080688a5aac /cobbler/webui
parenta6a82750ac3cab01fbafdd689a7ea1f5f6dc0bf7 (diff)
downloadthird_party-cobbler-602591cae12323012693f49de3ba59516b40c3f5.tar.gz
third_party-cobbler-602591cae12323012693f49de3ba59516b40c3f5.tar.xz
third_party-cobbler-602591cae12323012693f49de3ba59516b40c3f5.zip
Add a --owner to all the objects, plus associated API calls and backend stuff, for use with the (pending real soon now)
authz_ownership module. Also updated docs. Incidentally, self.settings.tftpboot is now utils.tftpboot_location() -- which is required because tftpboot moves around. Previously this was masked to still look like a settings variable but I decided to remove the hack. All code using that location has been updated appropriately.
Diffstat (limited to 'cobbler/webui')
-rw-r--r--cobbler/webui/master.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cobbler/webui/master.py b/cobbler/webui/master.py
index b2abf09..157b156 100644
--- a/cobbler/webui/master.py
+++ b/cobbler/webui/master.py
@@ -33,8 +33,8 @@ VFN=valueForName
currentTime=time.time
__CHEETAH_version__ = '2.0.1'
__CHEETAH_versionTuple__ = (2, 0, 1, 'final', 0)
-__CHEETAH_genTime__ = 1205174715.425076
-__CHEETAH_genTimestamp__ = 'Mon Mar 10 14:45:15 2008'
+__CHEETAH_genTime__ = 1206550188.6649311
+__CHEETAH_genTimestamp__ = 'Wed Mar 26 12:49:48 2008'
__CHEETAH_src__ = 'webui_templates/master.tmpl'
__CHEETAH_srcLastModified__ = 'Fri Feb 15 14:47:43 2008'
__CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine'