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
83a2ea29
Commit
83a2ea29
authored
Jul 15, 2020
by
ls1947
Browse files
set maxlength on ssh key field
parent
5b781af2
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/user/ssh-keys.xhtml
View file @
83a2ea29
...
...
@@ -95,7 +95,7 @@
<h:outputText
for=
"@next"
value=
"#{messages.ssh_key}:"
/>
<p:outputPanel>
<p:inputTextarea
id=
"keyInputArea"
value=
"#{userSshKeyManagementBean.newKey}"
style=
"width: 400px; height: 100px;"
autoResize=
"false"
>
style=
"width: 400px; height: 100px;"
autoResize=
"false"
maxlength=
"8128"
>
<f:validator
validatorId=
"edu.kit.SshKeyValidator"
/>
<p:ajax
update=
"keyInputMessage"
event=
"keyup"
/>
</p:inputTextarea>
...
...
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