From d5295e872079daa619ffeb24c881be6655716ef1 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 14 Sep 2007 18:40:21 -0400 Subject: Kickstart listing is back in the WUI, with a backend method to get the exhaustive list. Edits to come. Also added a "make devinstall" which is like "make install" but doesn't overwrite your settings file with the default values. --- webui_templates/ksfile_list.tmpl | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'webui_templates') diff --git a/webui_templates/ksfile_list.tmpl b/webui_templates/ksfile_list.tmpl index af196ec..2675d71 100644 --- a/webui_templates/ksfile_list.tmpl +++ b/webui_templates/ksfile_list.tmpl @@ -5,8 +5,8 @@ Cobbler Kickstart Files - Name - + File + Edit/View @@ -21,11 +21,15 @@ $ksfile - - + #if $ksfile.startswith("/var/lib/cobbler/kickstarts") + edit + #else if $ksfile.startswith("/etc/cobbler") + edit + #else if $ksfile.startswith("http://") + view + #else + N/A + #end if #end for -- cgit