|
|
|
@ -2,34 +2,37 @@ export const ICONS = [ |
|
|
|
|
{ |
|
|
|
|
text: 'Files', |
|
|
|
|
image: '/pngs/files_on.png', |
|
|
|
|
uri: '/striker?files=true', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text: 'Tasks', |
|
|
|
|
image: '/pngs/tasks_no-jobs_icon.png', |
|
|
|
|
uri: '/striker?jobs=true', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text: 'Configure', |
|
|
|
|
image: '/pngs/configure_icon_on.png', |
|
|
|
|
uri: '/striker?configure=true', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text: 'Striker', |
|
|
|
|
image: '/pngs/striker_icon_on.png', |
|
|
|
|
uri: '/striker?striker=true', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text: 'Anvil', |
|
|
|
|
image: '/pngs/anvil_icon_on.png', |
|
|
|
|
uri: '/striker?anvil=true', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text: 'Email', |
|
|
|
|
image: '/pngs/email_on.png', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text: 'Users', |
|
|
|
|
image: '/pngs/users_icon_on.png', |
|
|
|
|
uri: '/striker?email=true', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text: 'Help', |
|
|
|
|
image: '/pngs/help_icon_on.png', |
|
|
|
|
uri: 'https://alteeve.com/w/Support', |
|
|
|
|
}, |
|
|
|
|
]; |
|
|
|
|
|
|
|
|
|