8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / keep_disks / _content_layout.html.erb
1 <% unless @histogram_pretty_date.nil? %>
2   <% content_for :tab_panes do %>
3   <script type="text/javascript">
4     $(document).ready(function(){
5       $.renderHistogram(<%= raw @cache_age_histogram.to_json %>);
6     });
7   </script>
8   <div class='graph'>
9     <h3>Cache Age vs. Disk Utilization</h3>
10     <h4>circa <%= @histogram_pretty_date %></h4>
11     <div id='cache-age-vs-disk-histogram'>
12     </div>
13   </div>
14   <% end %>
15 <% end %>
16 <%= content_for :content_top %>
17 <div class="pull-right">
18   <%= content_for :tab_line_buttons %>
19 </div>
20 <%= content_for :tab_panes %>