CEC-179 Car download progress (#32)
* Display download progress * Change default * Fix * Fix * Update readme * Update readme and defaults Fix Dockerfile
This commit is contained in:
@@ -11,12 +11,12 @@ const menuData = [
|
||||
roles: [],
|
||||
},
|
||||
{
|
||||
label: "View Updates",
|
||||
label: "View Packages",
|
||||
to: "/updates",
|
||||
roles: [Roles.CREATE, Roles.READ],
|
||||
},
|
||||
{
|
||||
label: "Create Updates",
|
||||
label: "Create Packages",
|
||||
to: "/package-upload",
|
||||
roles: [Roles.CREATE],
|
||||
},
|
||||
|
||||
@@ -44,7 +44,7 @@ exports[`SideMenu Authenticated 1`] = `
|
||||
<span
|
||||
class="MuiTypography-root MuiListItemText-primary MuiTypography-body1 MuiTypography-displayBlock"
|
||||
>
|
||||
View Updates
|
||||
View Packages
|
||||
</span>
|
||||
</div>
|
||||
<span
|
||||
@@ -66,7 +66,7 @@ exports[`SideMenu Authenticated 1`] = `
|
||||
<span
|
||||
class="MuiTypography-root MuiListItemText-primary MuiTypography-body1 MuiTypography-displayBlock"
|
||||
>
|
||||
Create Updates
|
||||
Create Packages
|
||||
</span>
|
||||
</div>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user