Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RODARE
invenio-uploadbyurl
Commits
aab7c036
Verified
Commit
aab7c036
authored
Jan 23, 2018
by
Huste, Tobias
Browse files
settings: fix ssh public key copy button
parent
87780e9b
Pipeline
#2339
passed with stage
in 21 minutes and 38 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
invenio_uploadbyurl/templates/invenio_uploadbyurl/settings/index.html
View file @
aab7c036
...
...
@@ -54,9 +54,9 @@
<p>
<div
class=
"input-group input-group-sm"
>
<span
class=
"input-group-addon"
id=
"key_descr"
><i
class=
"fa fa-key"
aria-hidden=
"true"
></i>
&
nbsp {{ _('SSH Public key') }}
</span>
<input
type=
"text"
id=
"pub-key"
value=
"{{ rs.pub_key }}"
class=
"form-control"
aria-describedby=
"key_descr"
readonly
>
<input
type=
"text"
id=
"pub-key
-{{ rs.name }}
"
value=
"{{ rs.pub_key }}"
class=
"form-control"
aria-describedby=
"key_descr"
readonly
>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-default"
data-clipboard-target=
"#pub-key"
type=
"button"
aria-label=
"Copy SSH public key"
><i
class=
"fa fa-clipboard"
aria-hidden=
"true"
></i></button>
<button
class=
"btn btn-default"
data-clipboard-target=
"#pub-key
-{{ rs.name }}
"
type=
"button"
aria-label=
"Copy SSH public key"
><i
class=
"fa fa-clipboard"
aria-hidden=
"true"
></i></button>
</span>
</div>
</p>
...
...
Write
Preview
Supports
Markdown
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