@@ -414,58 +414,38 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
414414 ] ,
415415 } ,
416416 {
417- title : 'Backup & Restore ' ,
418- id : 'backup-and-restore ' ,
417+ title : 'Data Protection Management ' ,
418+ id : 'data-protection-management ' ,
419419 icon : 'ic-database-backup' ,
420- disabled : true ,
421420 items : [
422421 {
423422 title : 'Overview' ,
424- dataTestId : 'backup-and-restore -overview' ,
425- id : 'backup-and-restore -overview' ,
423+ dataTestId : 'data-protection -overview' ,
424+ id : 'data-protection -overview' ,
426425 icon : 'ic-speedometer' ,
427426 disabled : true ,
428- href : COMMON_URLS . BACKUP_AND_RESTORE_OVERVIEW ,
427+ href : COMMON_URLS . DATA_PROTECTION_OVERVIEW ,
429428 } ,
430429 {
431430 title : 'Backup & Schedule' ,
432- dataTestId : 'backup-and-restore -backup-and-schedule' ,
433- id : 'backup-and-restore -backup-and-schedule' ,
431+ dataTestId : 'data-protection -backup-and-schedule' ,
432+ id : 'data-protection -backup-and-schedule' ,
434433 icon : 'ic-floppy-disk' ,
435- href : '/dummy-url' ,
436- disabled : true ,
434+ href : COMMON_URLS . DATA_PROTECTION_BACKUP_AND_SCHEDULE ,
437435 } ,
438436 {
439437 title : 'Restores' ,
440- dataTestId : 'backup-and-restore -restores' ,
441- id : 'backup-and-restore -restores' ,
438+ dataTestId : 'data-protection -restores' ,
439+ id : 'data-protection -restores' ,
442440 icon : 'ic-clock-counterclockwise' ,
443- href : '/dummy-url' ,
444- disabled : true ,
445- } ,
446- {
447- title : 'Backup Repositories' ,
448- dataTestId : 'backup-repositories' ,
449- id : 'backup-and-restore-backup-repositories' ,
450- icon : 'ic-folder' ,
451- href : '/dummy-url' ,
452- disabled : true ,
441+ href : COMMON_URLS . DATA_PROTECTION_RESTORES ,
453442 } ,
454443 {
455444 title : 'Backup Locations' ,
456445 dataTestId : 'backup-locations' ,
457- id : 'backup-and-restore -backup-locations' ,
446+ id : 'data-protection -backup-locations' ,
458447 icon : 'ic-storage' ,
459- href : '/dummy-url' ,
460- disabled : true ,
461- } ,
462- {
463- title : 'History & Logs' ,
464- dataTestId : 'history-and-logs' ,
465- id : 'backup-and-restore-history-and-logs' ,
466- icon : 'ic-clipboard' ,
467- href : '/dummy-url' ,
468- disabled : true ,
448+ href : COMMON_URLS . DATA_PROTECTION_BACKUP_LOCATIONS ,
469449 } ,
470450 ] ,
471451 } ,
0 commit comments