From 8528bca16b061aeb2d12eb38bb6454092f5ca19b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 14 Sep 2007 18:43:40 -0400 Subject: Fix URL on kickstart listing page. --- 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 2675d71..292fcf9 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