preliminary map for vehicles

This commit is contained in:
Drew Taylor
2021-07-14 10:12:59 -07:00
parent ab37cd598f
commit c0a11de056
9 changed files with 257 additions and 180 deletions

View File

@@ -14,7 +14,7 @@ const menuData = [
{
label: "Dashboard",
to: "/dashboard",
roles: [],
roles: [Roles.CREATE, Roles.READ],
},
{
label: "Deploy Packages",
@@ -40,7 +40,7 @@ const menuData = [
label: "Send Command",
to: "/vehicles-command",
roles: [Roles.CREATE],
},
}
];
export default function SideMenu() {