Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / keep_disks / _content_layout.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% unless @histogram_pretty_date.nil? %>
6   <% content_for :tab_panes do %>
7   <script type="text/javascript">
8     $(document).ready(function(){
9       $.renderHistogram(<%= raw @cache_age_histogram.to_json %>);
10     });
11   </script>
12   <div class='graph'>
13     <h3>Cache Age vs. Disk Utilization</h3>
14     <h4>circa <%= @histogram_pretty_date %></h4>
15     <div id='cache-age-vs-disk-histogram'>
16     </div>
17   </div>
18   <% end %>
19 <% end %>
20 <%= content_for :content_top %>
21 <div class="pull-right">
22   <%= content_for :tab_line_buttons %>
23 </div>
24 <%= content_for :tab_panes %>