mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
add glyphs to API buttons
This commit is contained in:
parent
31aea668e0
commit
1f0f71df65
@ -18,8 +18,8 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<button class='btn' {{action regenerateKey this}}>{{i18n admin.api.regenerate}}</button>
|
<button class='btn' {{action regenerateKey this}}><i class="fa fa-undo"></i>{{i18n admin.api.regenerate}}</button>
|
||||||
<button class='btn' {{action revokeKey this}}>{{i18n admin.api.revoke}}</button>
|
<button class='btn' {{action revokeKey this}}><i class="fa fa-times"></i>{{i18n admin.api.revoke}}</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user