20690: Remove workbench1 and testing/packaging references.
[arvados.git] / 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
deleted file mode 100644 (file)
index 06822e5..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<% unless @histogram_pretty_date.nil? %>
-  <% content_for :tab_panes do %>
-  <script type="text/javascript">
-    $(document).ready(function(){
-      $.renderHistogram(<%= raw @cache_age_histogram.to_json %>);
-    });
-  </script>
-  <div class='graph'>
-    <h3>Cache Age vs. Disk Utilization</h3>
-    <h4>circa <%= @histogram_pretty_date %></h4>
-    <div id='cache-age-vs-disk-histogram'>
-    </div>
-  </div>
-  <% end %>
-<% end %>
-<%= content_for :content_top %>
-<div class="pull-right">
-  <%= content_for :tab_line_buttons %>
-</div>
-<%= content_for :tab_panes %>