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