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