Project

General

Profile

Download (323 Bytes) Statistics
| Branch: | Tag: | Revision:
<% title(_("All Puppet Classes for %s") % @host) %>
<table class="table table-bordered table-striped">
<tr>
<th>Class</th>
</tr>
<% @host.classes_from_storeconfigs.each do |klass| %>
<tr>
<td><%= h klass %></td>
</tr>
<% end %>
</table>
<%= link_to 'back', host_path(@host) %>
(34-34/36)