Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / users / add_ssh_key_popup.js.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 $("#add-ssh-key-modal-window").html("<%= escape_javascript(render partial: 'add_ssh_key_popup') %>");
6
7 // reset form input fields, for the next time around
8 function reset_form() {
9   $('#name').val("");
10   $('#public_key').val("");
11   $('select').val('')
12 }