UI
This commit is contained in:
+43
-1
@@ -32,6 +32,48 @@ export default [
|
||||
text: 'NEW',
|
||||
},
|
||||
},
|
||||
{
|
||||
component: 'CNavTitle',
|
||||
name: 'Ticketing',
|
||||
},
|
||||
{
|
||||
component: 'CNavGroup',
|
||||
name: 'Ticketing',
|
||||
to: '/ticket',
|
||||
icon: 'cil-layers',
|
||||
items: [
|
||||
{
|
||||
component: 'CNavItem',
|
||||
name: 'Ticket',
|
||||
to: '/tickets/ticket',
|
||||
icon: 'cil-notes',
|
||||
},
|
||||
{
|
||||
component: 'CNavItem',
|
||||
name: 'Ticket Type',
|
||||
to: '/tickets/ticket-type',
|
||||
icon: 'cil-list',
|
||||
},
|
||||
{
|
||||
component: 'CNavItem',
|
||||
name: 'Ticket Materials',
|
||||
to: '/tickets/ticket-materials',
|
||||
icon: 'cil-file',
|
||||
},
|
||||
{
|
||||
component: 'CNavItem',
|
||||
name: 'Approved',
|
||||
to: '/tickets/approved',
|
||||
icon: 'cil-check',
|
||||
},
|
||||
{
|
||||
component: 'CNavItem',
|
||||
name: 'Rejected',
|
||||
to: '/tickets/rejected',
|
||||
icon: 'cil-ban',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
component: 'CNavTitle',
|
||||
name: 'Theme',
|
||||
@@ -176,7 +218,7 @@ export default [
|
||||
color: 'danger',
|
||||
text: 'PRO',
|
||||
},
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user