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
Lab-241
appbase
Commits
e7072c21
Commit
e7072c21
authored
May 16, 2016
by
Ian Otando
Browse files
Readonly instead of disable (allowing mac copy)
parent
591704c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
api/client/admin/tpl/settings.html
View file @
e7072c21
...
...
@@ -8,7 +8,7 @@
<div
class=
"panel-body"
>
<div
class=
"form-group"
>
<label
for=
"token"
>
Admin user token
</label>
<input
class=
"form-control"
ng-model=
"accessToken"
disabled
>
<input
class=
"form-control"
ng-model=
"accessToken"
readonly
>
</div>
</div>
</div>
...
...
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