projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
16796: Remove the 'beta' tag from webshell
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
users
/
add_ssh_key.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").modal("hide");
6
document.location.reload();