mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
FIX: make theme import's public key field readonly
(#6424)
`disabled` attribute prevents the user from clicking or selecting in the control whereas `readonly` does not.
This commit is contained in:
parent
a530606da7
commit
e2462ada68
@ -26,7 +26,7 @@
|
||||
{{#if publicKey}}
|
||||
<div class='public-key'>
|
||||
{{i18n 'admin.customize.theme.public_key'}}
|
||||
{{textarea disabled=true value=publicKey}}
|
||||
{{textarea readonly=true value=publicKey}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user