2023-09-24 13:52:42 +02:00
|
|
|
<DButton
|
|
|
|
@action={{this.click}}
|
2023-09-24 12:58:20 +02:00
|
|
|
class="wizard-subscription-badge {{this.subscription.subscriptionType}}"
|
2023-09-24 13:52:42 +02:00
|
|
|
@title={{this.title}}
|
2023-11-15 15:28:54 +01:00
|
|
|
{{did-insert this.update}}
|
2023-09-24 12:58:20 +02:00
|
|
|
>
|
2023-11-17 10:08:56 +01:00
|
|
|
{{d-icon "pavilion-logo"}}
|
2023-09-24 14:01:46 +02:00
|
|
|
<span>{{this.label}}</span>
|
2023-10-09 14:39:10 +02:00
|
|
|
</DButton>
|
|
|
|
<DButton
|
2023-11-17 12:24:46 +01:00
|
|
|
@icon={{this.updateIcon}}
|
2023-10-09 14:39:10 +02:00
|
|
|
@action={{this.update}}
|
|
|
|
class="btn btn-primary update"
|
|
|
|
@disabled={{this.updating}}
|
|
|
|
@title="admin.wizard.subscription.update.title"
|
2023-11-17 12:24:46 +01:00
|
|
|
>
|
2023-11-17 12:26:38 +01:00
|
|
|
{{#if this.updating}}
|
|
|
|
{{loading-spinner size="small"}}
|
|
|
|
{{/if}}
|
2023-11-17 12:24:46 +01:00
|
|
|
</DButton>
|