From ca60bc99f237bf2561f17d3f26e7e523d0466261 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 18 Nov 2008 10:58:04 -0500 Subject: PV's patch to add the version number to Cobbler Web. This may break non-RPM installs so we'll work on that. --- webui_templates/index.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webui_templates') diff --git a/webui_templates/index.tmpl b/webui_templates/index.tmpl index 5bbb0d75..5ee9904e 100644 --- a/webui_templates/index.tmpl +++ b/webui_templates/index.tmpl @@ -2,7 +2,7 @@ #block body -Welcome to Cobbler. +Welcome to Cobbler $version. #end block body -- cgit