mirror of
https://github.com/discourse/discourse.git
synced 2025-01-16 03:52:41 +08:00
FIX: Add back API keys plugin outlet lost in translation (#30730)
When converting the admin API keys page to the new admin UI guidelines we lost a plugin outlet. This adds that back.
This commit is contained in:
parent
0fc2d86259
commit
3e00e994a6
|
@ -1,3 +1,4 @@
|
|||
<PluginOutlet @name="admin-api-keys">
|
||||
<div class="admin-api-keys admin-config-page">
|
||||
<DPageHeader
|
||||
@titleLabel={{i18n "admin.api_keys.title"}}
|
||||
|
@ -12,7 +13,10 @@
|
|||
/>
|
||||
</:breadcrumbs>
|
||||
<:actions as |actions|>
|
||||
<actions.Primary @route="adminApiKeys.new" @label="admin.api_keys.add" />
|
||||
<actions.Primary
|
||||
@route="adminApiKeys.new"
|
||||
@label="admin.api_keys.add"
|
||||
/>
|
||||
</:actions>
|
||||
</DPageHeader>
|
||||
|
||||
|
@ -20,3 +24,4 @@
|
|||
{{outlet}}
|
||||
</div>
|
||||
</div>
|
||||
</PluginOutlet>
|
Loading…
Reference in New Issue
Block a user