Sha256: d5a45be826bed5508ed6277171e1ddf8391c4da460a7e5f1c60e31bb7a9ba807
Contents?: true
Size: 613 Bytes
Versions: 2
Compression:
Stored size: 613 Bytes
Contents
<html> <head> <meta http-equiv="refresh" content="60"> </head> <% if @error %> <h2><%= @error %></h2> <% else %> <body bgcolor="black"> <table width="100%" height="100%"> <% @dashboard.graphs.in_groups_of(params["columns"]) do |graphs| %> <tr> <% graphs.each do |graph| %> <td valign="middle" align="center"> <% if graph %> <img src='<%= [@top_level[@params[:category]].graphite_render, graph[:graphite][:url]].join "?" %>'> <% end %> </td> <% end %> </tr> <% end %> </table> </body> <% end %> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gdash-0.0.2 | views/full_size_dashboard.erb |
gdash-0.0.1 | views/full_size_dashboard.erb |