20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / projects / index.html.erb
diff --git a/apps/workbench/app/views/projects/index.html.erb b/apps/workbench/app/views/projects/index.html.erb
deleted file mode 100644 (file)
index 4c0450c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<% content_for :js do %>
-    setInterval(function(){
-        $('#dashboard-content').trigger('arv:pane:reload');
-    }, 15000);
-<% end %>
-
-<div id="dashboard-content"
-     class="pane-anchor loaded"
-     href="#dashboard-content-pane"
-     data-pane-content-url="<%= root_url tab_pane: "dashboard" %>"
-     >
-  <div id="dashboard-content-pane" class="active">
-    <%= render partial: 'show_dashboard' %>
-  </div>
-</div>