DEV: add plugin outlet to admin badge page (#25175)
This commit is contained in:
parent
d4ce503460
commit
143c58122c
|
@ -269,6 +269,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<PluginOutlet
|
||||
@name="admin-above-badge-buttons"
|
||||
@outletArgs={{hash badge=this.buffered}}
|
||||
/>
|
||||
|
||||
<div class="buttons">
|
||||
<DButton
|
||||
@action={{this.save}}
|
||||
|
|
Loading…
Reference in New Issue