20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / application / _browser_unsupported.html
diff --git a/apps/workbench/app/views/application/_browser_unsupported.html b/apps/workbench/app/views/application/_browser_unsupported.html
deleted file mode 100644 (file)
index 5424aba..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<!-- Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 -->
-
-<!-- googleoff: all -->
-<style type="text/css">
-  #browser-unsupported .alert {
-    margin-left: -100px;
-    margin-right: -100px;
-    padding-left: 120px;
-    padding-right: 120px;
-  }
-</style>
-<div id="browser-unsupported" class="hidden">
-  <div class="alert alert-danger">
-    <p>
-      <b>Hey!</b> Your web browser is missing some of the features we
-      rely on.  Usually this means you are running an old version.
-      Updating your system, or switching to a current version
-      of <a class="alert-link"
-      href="//google.com/search?q=download+Mozilla+Firefox">Firefox</a>
-      or <a class="alert-link"
-      href="//google.com/search?q=download+Google+Chrome">Chrome</a>,
-      should fix this.
-    </p>
-  </div>
-</div>
-<!-- googleon: all -->