From 731210d77044ee424d9aab534feeced5931ce1d0 Mon Sep 17 00:00:00 2001 From: Jasper Capel Date: Thu, 26 Feb 2009 17:17:42 +0100 Subject: Enable editing of management classes for distros using the web interface --- webui_templates/distro_edit.tmpl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'webui_templates') diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl index bf52f407..69eb2b22 100644 --- a/webui_templates/distro_edit.tmpl +++ b/webui_templates/distro_edit.tmpl @@ -283,6 +283,21 @@ checked>Ubuntu + + + + + + #if $distro + #set joined = " ".join($distro.mgmt_classes) + + #else + + #end if +

Management classes (space delimited) for use with external configuration management system.

+ + + -- cgit