From 762de2e043b967bdf0bdc1be8189ab21b055a808 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 5 Dec 2007 11:46:38 -0500 Subject: 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. --- webui_templates/ksfile_list.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webui_templates/ksfile_list.tmpl') 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 @@ $ksfile #if $ksfile.startswith("/var/lib/cobbler/kickstarts") - edit + edit #else if $ksfile.startswith("/etc/cobbler") - edit + edit #else if $ksfile.startswith("http://") view #else -- cgit