mirror of
https://github.com/bec-project/bec_atlas.git
synced 2025-07-14 07:01:48 +02:00
fix: fixed dashboard links
This commit is contained in:
@ -15,9 +15,10 @@ export const routes: Routes = [
|
||||
children: [
|
||||
{ path: 'scan-table', component: ScanTableComponent },
|
||||
{ path: 'deployment-admin', component: DeploymentAdminComponent },
|
||||
{ path: 'overview-grid', component: OverviewGridComponent },
|
||||
],
|
||||
},
|
||||
{ path: 'overview', component: OverviewComponent },
|
||||
{ path: 'overview-grid', component: OverviewGridComponent },
|
||||
|
||||
{ path: '**', redirectTo: 'login' },
|
||||
];
|
||||
|
@ -41,7 +41,7 @@
|
||||
<button
|
||||
mat-button
|
||||
class="menu-item"
|
||||
[routerLink]="['/dashboard/scan-table']"
|
||||
[routerLink]="['/dashboard/overview-grid']"
|
||||
>
|
||||
<span class="menu-text">Control</span>
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user