Sha256: 1c8b756ccebd858848bc3ce717d6720e4b02e67d346d4a80f51b321e96b669c4
Contents?: true
Size: 909 Bytes
Versions: 44
Compression:
Stored size: 909 Bytes
Contents
<% title _("Config Groups") %> <%= webpacked_plugins_js_for :foreman_puppet %> <% description = _("A config group provides a one-step method of associating many Puppet classes to either a host or host group. Typically this would be used to add a particular application profile or stack in one step.")%> <% action = { :title => _("Create Config Group"), :url => new_config_group_path } if authorized_for(:action => :new)%> <%= react_component('EmptyState', { :icon => 'object-group', :iconType => 'fa', :header => _('Config Groups'), :description => description, :documentation => { :url => documentation_url("using-config-groups") }, :action => action }) %>
Version data entries
44 entries across 44 versions & 1 rubygems