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