2024-12-18 06:13:39 +08:00
|
|
|
<DPageHeader
|
|
|
|
@titleLabel={{i18n "admin.section_landing_pages.account.title"}}
|
2024-10-02 10:19:38 +08:00
|
|
|
@hideTabs={{true}}
|
|
|
|
>
|
|
|
|
<:breadcrumbs>
|
2024-12-18 06:13:39 +08:00
|
|
|
<DBreadcrumbsItem @path="/admin" @label={{i18n "admin_title"}} />
|
2024-10-02 10:19:38 +08:00
|
|
|
<DBreadcrumbsItem
|
|
|
|
@path="/admin/section/account"
|
|
|
|
@label={{i18n "admin.section_landing_pages.account.title"}}
|
|
|
|
/>
|
|
|
|
</:breadcrumbs>
|
2024-12-18 06:13:39 +08:00
|
|
|
</DPageHeader>
|
2024-10-02 10:19:38 +08:00
|
|
|
|
|
|
|
<AdminSectionLandingWrapper>
|
|
|
|
<AdminSectionLandingItem
|
|
|
|
@icon="box-archive"
|
|
|
|
@titleLabel="admin.section_landing_pages.account.backups.title"
|
|
|
|
@descriptionLabel="admin.section_landing_pages.account.backups.description"
|
|
|
|
@titleRoute="admin.backups"
|
|
|
|
/>
|
|
|
|
<AdminSectionLandingItem
|
|
|
|
@icon="gift"
|
|
|
|
@titleLabel="admin.section_landing_pages.account.whats_new.title"
|
|
|
|
@descriptionLabel="admin.section_landing_pages.account.whats_new.description"
|
|
|
|
@titleRoute="admin.whatsNew"
|
|
|
|
/>
|
|
|
|
</AdminSectionLandingWrapper>
|