2023-10-09 14:39:10 +02:00
|
|
|
<DButton
|
2023-11-17 12:24:46 +01:00
|
|
|
@icon={{this.updateIcon}}
|
2023-10-09 14:39:10 +02:00
|
|
|
@action={{this.update}}
|
2023-11-17 16:17:10 +01:00
|
|
|
class="btn update"
|
2023-10-09 14:39:10 +02:00
|
|
|
@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 16:17:10 +01:00
|
|
|
</DButton>
|
|
|
|
<DButton
|
|
|
|
@action={{this.click}}
|
|
|
|
class="wizard-subscription-badge {{this.subscription.subscriptionType}}"
|
|
|
|
@title={{this.title}}
|
|
|
|
>
|
|
|
|
{{d-icon "pavilion-logo"}}
|
|
|
|
<span>{{this.label}}</span>
|
2023-11-17 12:24:46 +01:00
|
|
|
</DButton>
|