modify the route
parent
097aae2322
commit
1ea02fcf22
|
@ -455,8 +455,8 @@ const MyEMSRoutes = () => (
|
|||
<Route path="/notification" exact component={Notification} />
|
||||
|
||||
{/* Ticket */}
|
||||
<Route path="/ticket/agent" exact component={TicketAgent} />
|
||||
<Route path="/ticket/application" exact component={TicketApplication} />
|
||||
<Route path="/ticket/agent" exact component={TicketAgent} />
|
||||
<Route path="/ticket/list" exact component={TicketList} />
|
||||
<Route path="/ticket/intervention" exact component={TicketIntervention} />
|
||||
|
||||
|
|
|
@ -493,8 +493,8 @@ export const workflowRoutes = {
|
|||
to: '/ticket',
|
||||
icon: 'chart-pie',
|
||||
children: [
|
||||
{ to: '/ticket/agent', name: 'My Agent' },
|
||||
{ to: '/ticket/application', name: 'My Application' },
|
||||
{ to: '/ticket/agent', name: 'My Agent' },
|
||||
{ to: '/ticket/list', name: 'Ticket List' },
|
||||
{ to: '/ticket/intervention', name: 'Ticket Intervention' }
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue