mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
add glyph to API master key button
This commit is contained in:
parent
1f0f71df65
commit
5cd588c375
@ -29,5 +29,5 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#unless hasMasterKey}}
|
{{#unless hasMasterKey}}
|
||||||
<button class='btn' {{action generateMasterKey}}>{{i18n admin.api.generate_master}}</button>
|
<button class='btn' {{action generateMasterKey}}><i class="fa fa-key"></i>{{i18n admin.api.generate_master}}</button>
|
||||||
{{/unless }}
|
{{/unless }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user