summaryrefslogtreecommitdiffstats
path: root/webui_templates/ksfile_list.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-05 11:46:38 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-05 11:46:38 -0500
commit762de2e043b967bdf0bdc1be8189ab21b055a808 (patch)
tree38d29d16c66bcc5ae7a8c65b21725b8fa2a11a88 /webui_templates/ksfile_list.tmpl
parent58cae26af9b3a868041b52fc0dde6047faff73a3 (diff)
downloadthird_party-cobbler-762de2e043b967bdf0bdc1be8189ab21b055a808.tar.gz
third_party-cobbler-762de2e043b967bdf0bdc1be8189ab21b055a808.tar.xz
third_party-cobbler-762de2e043b967bdf0bdc1be8189ab21b055a808.zip
mod_python version of webui now operational at http://server/cobbler/web with pluggable authn/authz and using same tokens through entire communication chain. Should probably implement a session logout though.
Diffstat (limited to 'webui_templates/ksfile_list.tmpl')
-rw-r--r--webui_templates/ksfile_list.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui_templates/ksfile_list.tmpl b/webui_templates/ksfile_list.tmpl
index 292fcf9..dcfaa0a 100644
--- a/webui_templates/ksfile_list.tmpl
+++ b/webui_templates/ksfile_list.tmpl
@@ -22,9 +22,9 @@
<tr class="$tr_class">
<td>$ksfile</td>
#if $ksfile.startswith("/var/lib/cobbler/kickstarts")
- <td><a href="$base_url/ksfile_edit?name=$ksfile">edit</a></td>
+ <td><a href="$base_url?mode=ksfile_edit&name=$ksfile">edit</a></td>
#else if $ksfile.startswith("/etc/cobbler")
- <td><a href="$base_url/ksfile_edit?name=$ksfile">edit</a></td>
+ <td><a href="$base_url?mode=ksfile_edit&name=$ksfile">edit</a></td>
#else if $ksfile.startswith("http://")
<td><a href="$ksfile">view</A></td>
#else