Sha256: d4912e845f025584c3bfbff0dd7fa1acb0331b93b697b63580ecd2bef3e8648d
Contents?: true
Size: 953 Bytes
Versions: 5
Compression:
Stored size: 953 Bytes
Contents
<% title _('Overview') %> <div id='dashboard' xmlns="http://www.w3.org/1999/html"> <%= title_actions _("Generated at %s") % Time.now.to_s(:short) %> <div class="row-fluid"> <div id='status-table' class='stats-well span12'> <div class="span6"> <%= render 'status_table' %> </div> <div class="span6"> <%= render_overview(@report, :class => 'statistics-pie small') %> </div> </div> </div> <div class="row-fluid"> <div class="span5 stats-well"> <h4 style="text-align: center;"><%= _("Latest Events") %></h4> <%= _('Future content goes here!') %> </div> <div class="span7 stats-well"> <h4 style="text-align: center;"><%= n_("Run distribution in the last %s minute", "Run distribution in the last %s minutes", Setting[:puppet_interval]) % Setting[:puppet_interval] %></h4> <%= render_run_distribution(@hosts, :class => 'statistics-bar') %> </div> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems