summaryrefslogtreecommitdiffstats
path: root/webui_templates/master.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-24 13:46:04 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-24 13:46:04 -0400
commit9f314143b39edfa0943c68158d1ae954af4f4f86 (patch)
tree3216325d51476a00fe92f4fabac060f61d755cfa /webui_templates/master.tmpl
parent7fe5d10a7387fb8f7d972567db54b3e0927081c5 (diff)
downloadthird_party-cobbler-9f314143b39edfa0943c68158d1ae954af4f4f86.tar.gz
third_party-cobbler-9f314143b39edfa0943c68158d1ae954af4f4f86.tar.xz
third_party-cobbler-9f314143b39edfa0943c68158d1ae954af4f4f86.zip
It's now possible to create new kickstart templates in /var/lib/cobbler/kickstarts/ from the WebUI, as well as delete ones that are no longer being used while on the edit page for that template.
Diffstat (limited to 'webui_templates/master.tmpl')
-rw-r--r--webui_templates/master.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/webui_templates/master.tmpl b/webui_templates/master.tmpl
index 96fbe75..5e9438f 100644
--- a/webui_templates/master.tmpl
+++ b/webui_templates/master.tmpl
@@ -43,6 +43,7 @@
<li><a href="$base_url?mode=profile_edit" class="menu">Profile</a></li>
<li><a href="$base_url?mode=subprofile_edit" class="menu">Subprofile</a></li>
<li><a href="$base_url?mode=system_edit" class="menu">System</a></li>
+ <li><a href="$base_url?mode=ksfile_new" class="menu">Kickstart</a></li>
<li><a href="$base_url?mode=repo_edit" class="menu">Repo</a></li>
<li><hr/><br/></li>
<li><a class="button sync" href="$base_url?mode=sync">Sync</a></li>