mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
fixed some mistakes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="container mx-auto h-screen" {{increase-height-by 1200}}>
|
||||
<div class="max-w-3xl my-10 mx-auto space-y-4">
|
||||
{{#each-in this.groupedNotifications as |groupName notifications|}}
|
||||
<ContentPanel @title={{concat (smart-humanize groupName) {{t "console.admin.notification.notification-settings"}} }} @open={{true}} @pad={{true}} @panelBodyClass="bg-white dark:bg-gray-800">
|
||||
<ContentPanel @title={{concat (smart-humanize groupName) (t "console.admin.notification.notification-settings") }} @open={{true}} @pad={{true}} @panelBodyClass="bg-white dark:bg-gray-800">
|
||||
{{#each notifications as |notification|}}
|
||||
<InputGroup @name={{notification.name}} @helpText={{notification.description}}>
|
||||
<div class="fleetbase-model-select fleetbase-power-select ember-model-select">
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<span>{{t "onboard.install.failed-message-sent"}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
<Button @type="primary" @icon="play" @size="lg" @text={{if this.error {{t "onboard.install.retry-install"}} {{t "onboard.install.start-install"}} }} @wrapperClass="flex-1" class="w-full" @onClick={{this.startInstall}} @isLoading={{this.install.isRunning}} @disabled={{this.install.isRunning}} />
|
||||
<Button @type="primary" @icon="play" @size="lg" @text={{if this.error (t "onboard.install.retry-install") (t "onboard.install.start-install") }} @wrapperClass="flex-1" class="w-full" @onClick={{this.startInstall}} @isLoading={{this.install.isRunning}} @disabled={{this.install.isRunning}} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -23,7 +23,6 @@ common:
|
||||
date-of-birth: Date of Birth
|
||||
overview: Overview
|
||||
account: Account
|
||||
overview: Overview
|
||||
branding: Branding
|
||||
notifications: Notifications
|
||||
services: Services
|
||||
|
||||
Submodule packages/dev-engine updated: 916a0d1ad3...7631a65497
Submodule packages/fleetops updated: a825ddd021...ff40c31dc6
Submodule packages/iam-engine updated: ff3b4bd67e...c0fb8aa9d4
Submodule packages/storefront updated: 37c44c989f...6de5f5549a
Reference in New Issue
Block a user