Project

General

Profile

« Previous | Next » 

Revision 2e04e41b

Added by Ohad Levy almost 14 years ago

  • ID 2e04e41bfa05c123bab0b436dccb0c344d7ee417

CSS rework, aligned view on all pages
removed google JS from pages which do not require it

View differences:

app/views/dashboard/index.html.erb
<% gcharts_script %>
<div id="dashboard">
<h2>Overview</h2>
<h1>Overview</h1>
<p>Generated at <%= Time.now.to_s(:short) %></p>
<p>Good Host Reports in the last <%= SETTINGS[:puppet_interval] %> minutes <%= "#{@good_hosts} / #{@total_hosts}" %> hosts (<%=@percentage%>%) </p>
<h2>Summary</h2>
<h1>Summary</h1>
<p>Hosts that had performed modifications <%= link_to @active_hosts, :action => "active" %></p>
<p>Out Of Sync Hosts <%= link_to @out_of_sync_hosts, :action => "OutOfSync" %></p>
<p>Hosts in Error State <%= link_to @bad_hosts, :action => "errors" %></p>

Also available in: Unified diff