mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06: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}}
|
{{#if publicKey}}
|
||||||
<div class='public-key'>
|
<div class='public-key'>
|
||||||
{{i18n 'admin.customize.theme.public_key'}}
|
{{i18n 'admin.customize.theme.public_key'}}
|
||||||
{{textarea disabled=true value=publicKey}}
|
{{textarea readonly=true value=publicKey}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user