Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NAS-131149 / 25.04 / Remove new indicators #10668

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/app/pages/dashboard/dashboard.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const routes: Routes = [{
data: {
title: T('Dashboard'),
breadcrumb: T('Dashboard'),
isNew: true,
},
}];

Expand Down
1 change: 0 additions & 1 deletion src/app/pages/data-protection/data-protection.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export const dataProtectionRoutes: Routes = [{
data: {
title: T('TrueCloud Backup Tasks'),
breadcrumb: null,
isNew: true,
},
component: CloudBackupListComponent,
},
Expand Down
10 changes: 5 additions & 5 deletions src/app/pages/system/enclosure/enclosure.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,28 @@ const routes: Routes = [
{
path: '',
pathMatch: 'full',
data: { title: T('View Enclosure'), breadcrumb: null, isNew: true },
data: { title: T('View Enclosure'), breadcrumb: null },
redirectTo: '/system/viewenclosure/',
},
{
path: ':enclosure',
component: EnclosureDashboardComponent,
data: { title: T('View Enclosure'), breadcrumb: null, isNew: true },
data: { title: T('View Enclosure'), breadcrumb: null },
children: [
{
path: '',
component: EnclosurePageComponent,
data: { title: T('View Enclosure'), breadcrumb: null, isNew: true },
data: { title: T('View Enclosure'), breadcrumb: null },
},
{
path: 'mini',
component: MiniPageComponent,
data: { title: T('View Enclosure'), breadcrumb: null, isNew: true },
data: { title: T('View Enclosure'), breadcrumb: null },
},
{
path: ':view',
component: ElementsPageComponent,
data: { title: T('View Enclosure'), breadcrumb: null, isNew: true },
data: { title: T('View Enclosure'), breadcrumb: null },
},
],
},
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"ACME Server Directory URI": "",
"AD Timeout": "",
"ALL Initiators Allowed": "",
"Active Directory": "",
"Add Expansion Shelf": "",
"Add to trusted store": "",
"Admins": "",
Expand Down Expand Up @@ -1031,7 +1032,6 @@
"Activates the configuration. Unset to disable the configuration without deleting it.": "Active la configuration. Désactiver pour désactiver la configuration sans la supprimer.",
"Activates the replication schedule.": "Active le calendrier de réplication.",
"Active": "Actif",
"Active Directory": "",
"Active Directory - Primary Domain": "Active Directory - Domaine principal",
"Active Directory and LDAP are disabled.": "Active Directory et LDAP sont désactivés.",
"Active Directory is disabled.": "Active Directory est désactivé.",
Expand Down Expand Up @@ -5084,4 +5084,4 @@
"{used} of {total} ({used_pct})": "{used} de {total} ({used_pct})",
"{version} is available!": "{version} est disponible !",
"{view} on {enclosure}": "{view} sur {enclosure}"
}
}
Loading