Skip to content

Commit

Permalink
NAS-131149: Remove new indicators (#10668)
Browse files Browse the repository at this point in the history
  • Loading branch information
undsoft authored Sep 12, 2024
1 parent 60c080d commit 8d7d24e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
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}"
}
}

0 comments on commit 8d7d24e

Please sign in to comment.