From 4f17dd4b2230739e640a735c9401d69e2e0ef62a Mon Sep 17 00:00:00 2001 From: Jasper Capel Date: Thu, 26 Feb 2009 16:47:22 +0100 Subject: Enable editing of management classes for profiles using the web interface. --- webui_templates/profile_edit.tmpl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'webui_templates') diff --git a/webui_templates/profile_edit.tmpl b/webui_templates/profile_edit.tmpl index 0cc3ed2b..54ab0127 100644 --- a/webui_templates/profile_edit.tmpl +++ b/webui_templates/profile_edit.tmpl @@ -445,6 +445,21 @@ redhatmanagementkey" + + + + + + #if $profile + #set joined = " ".join($profile.mgmt_classes) + + #else + + #end if +

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

+ + + -- cgit