mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 12:26:04 +08:00
UX: Add plugin outlet to embeddable hosts (#28264)
This commit is contained in:
@ -32,6 +32,11 @@
|
|||||||
@icon="plus"
|
@icon="plus"
|
||||||
class="btn-primary add-host"
|
class="btn-primary add-host"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<PluginOutlet
|
||||||
|
@name="after-embeddable-hosts-table"
|
||||||
|
@outletArgs={{hash embedding=this.embedding}}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if this.showSecondary}}
|
{{#if this.showSecondary}}
|
||||||
|
Reference in New Issue
Block a user