Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
d1e2f06c
Commit
d1e2f06c
authored
Aug 04, 2020
by
ls1947
Browse files
cannot delete key, without have a name in new key dialog
parent
74edbffd
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/user/ssh-keys.xhtml
View file @
d1e2f06c
...
...
@@ -68,7 +68,7 @@
</h:panelGrid>
<p:commandButton
action=
"#{userSshKeyManagementBean.deleteKey(key.pubKeyEntity.name)}"
value=
"#{messages.delete}"
update=
"@form"
>
update=
"@form"
immediate=
"true"
>
<p:confirm
header=
"#{messages.confirm_header}"
message=
"#{messages.confirm}"
/>
</p:commandButton>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment