feat: add deploy route and sidebar navigation
This commit is contained in:
@@ -31,4 +31,10 @@ export const quickActions = [
|
||||
href: null,
|
||||
icon: 'cog',
|
||||
},
|
||||
{
|
||||
label: 'Deploy',
|
||||
route: 'dashboard.deploy',
|
||||
href: null,
|
||||
icon: 'cog',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user