Revize d24d1e39
Přidáno uživatelem Hung Hoang před téměř 6 roky(ů)
frontend/src/app/menu/menuItem.ts | ||
---|---|---|
1 | 1 |
export class MenuItem { |
2 | 2 |
name: string; |
3 |
routePath: string; |
|
3 | 4 |
} |
Také k dispozici: Unified diff
frontend/src/app/menu/menuItem.ts | ||
---|---|---|
1 | 1 |
export class MenuItem { |
2 | 2 |
name: string; |
3 |
routePath: string; |
|
3 | 4 |
} |
Také k dispozici: Unified diff
Re #7263 Implemented routing for dashboard and employee list