CEC-231 Bulk car selection control (#38)

* Bulk car selection control

* Tweak control alignment
This commit is contained in:
John Wu
2021-05-07 15:27:14 -07:00
committed by GitHub
parent dc30ee259a
commit fe6739a736
15 changed files with 743 additions and 494 deletions

View File

@@ -16,7 +16,7 @@ const menuData = [
roles: [Roles.CREATE, Roles.READ],
},
{
label: "Create Packages",
label: "Create Package",
to: "/package-upload",
roles: [Roles.CREATE],
},
@@ -26,7 +26,7 @@ const menuData = [
roles: [Roles.CREATE, Roles.READ],
},
{
label: "Add Vehicles",
label: "Add Vehicle",
to: "/vehicle-add",
roles: [Roles.CREATE],
},

View File

@@ -66,7 +66,7 @@ exports[`SideMenu Authenticated 1`] = `
<span
class="MuiTypography-root MuiListItemText-primary MuiTypography-body1 MuiTypography-displayBlock"
>
Create Packages
Create Package
</span>
</div>
<span
@@ -110,7 +110,7 @@ exports[`SideMenu Authenticated 1`] = `
<span
class="MuiTypography-root MuiListItemText-primary MuiTypography-body1 MuiTypography-displayBlock"
>
Add Vehicles
Add Vehicle
</span>
</div>
<span