X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/638d136057f4d9ed19f132075079da396217d6fd..371ce4b14c96e0f515586c55387d95c17e1670b3:/apps/workbench/app/views/keep_disks/_content_layout.html.erb diff --git a/apps/workbench/app/views/keep_disks/_content_layout.html.erb b/apps/workbench/app/views/keep_disks/_content_layout.html.erb index cbad20ab3f..06822e5e14 100644 --- a/apps/workbench/app/views/keep_disks/_content_layout.html.erb +++ b/apps/workbench/app/views/keep_disks/_content_layout.html.erb @@ -1,10 +1,24 @@ -<% content_for :tab_panes do %> -
- <%= raw @cache_age_histogram.to_json %> -
- <%= @histogram_date %> +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + +<% unless @histogram_pretty_date.nil? %> + <% content_for :tab_panes do %> + +
+

Cache Age vs. Disk Utilization

+

circa <%= @histogram_pretty_date %>

+
+
+ <% end %> <% end %> <%= content_for :content_top %> -<%= content_for :tab_line_buttons %> +
+ <%= content_for :tab_line_buttons %> +
<%= content_for :tab_panes %>