20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / users / _add_ssh_key_popup.html.erb
diff --git a/apps/workbench/app/views/users/_add_ssh_key_popup.html.erb b/apps/workbench/app/views/users/_add_ssh_key_popup.html.erb
deleted file mode 100644 (file)
index 1d0814c..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<div class="modal-dialog modal-with-loading-spinner">
-  <div class="modal-content">
-
-    <%= form_tag add_ssh_key_path, {method: 'get', id: 'add_new_key_form', name: 'add_new_key_form', class: 'form-search, new_authorized_key', remote: true} do %>
-
-      <div class="modal-header">
-        <button type="button" class="close" onClick="reset_form()" data-dismiss="modal" aria-hidden="true">&times;</button>
-        <div>
-          <div class="col-sm-6"> <h4 class="modal-title">Add SSH Key</h4> </div>
-          <div class="spinner spinner-32px spinner-h-center col-sm-1" hidden="true"></div>
-        </div>
-        <br/>
-      </div>
-
-      <div class="modal-body">
-        <div> <%= link_to "Click here to learn about SSH keys in Arvados.",
-                  "#{Rails.configuration.Workbench.ArvadosDocsite}/user/getting_started/ssh-access-unix.html",
-                  style: "font-weight: bold",
-                  target: "_blank" %>
-        </div>
-        <div class="form-group">
-          <label for="public_key">Public Key</label>
-          <textarea class="form-control" id="public_key" rows="4" name="public_key" type="text"/>
-        </div>
-        <div class="form-group">
-          <label for="name">Name</label>
-          <input class="form-control" id="name" maxlength="250" name="name" type="text"/>
-        </div>
-      </div>
-
-      <div class="modal-footer">
-        <button type="button" class="btn btn-default" onClick="reset_form()" data-dismiss="modal" aria-hidden="true">Cancel</button>
-        <button type="submit" class="btn btn-primary" autofocus>Submit</button>
-      </div>
-
-    <% end #form %>
-  </div>
-</div>