Feature #264 ยป 0001-Fixes-264-alphabetically-sort-puppet-classes-of-a-ho.patch
app/views/hosts/storeconfig_klasses.html.erb | ||
---|---|---|
<% title "All Puppet Classes for " + @host.to_label %>
|
||
<ul>
|
||
<% for klass in @host.classes_from_storeconfigs -%>
|
||
<% for klass in @host.classes_from_storeconfigs.sort -%>
|
||
<li><%= h klass %></li>
|
||
<% end -%>
|
||
</ul>
|