Project

General

Profile

Feature #264 ยป 0001-Fixes-264-alphabetically-sort-puppet-classes-of-a-ho.patch

Proposed patch - Jochen Schalanda, 05/23/2010 11:05 AM

View differences:

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>
    (1-1/1)