"Update:Breadcrumb information"
This commit is contained in:
@@ -55,7 +55,7 @@ function Breadcrumbs({ title, route, light, children }) {
|
|||||||
backgroundColor: '#fff'
|
backgroundColor: '#fff'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Grid container spacing={2} justifyContent="space-between" alignItems="center">
|
<Grid container spacing={2} alignItems="center">
|
||||||
<Grid item>
|
<Grid item>
|
||||||
<MuiBreadcrumbs
|
<MuiBreadcrumbs
|
||||||
sx={{
|
sx={{
|
||||||
@@ -78,7 +78,7 @@ function Breadcrumbs({ title, route, light, children }) {
|
|||||||
</MDTypography>
|
</MDTypography>
|
||||||
</MuiBreadcrumbs>
|
</MuiBreadcrumbs>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item md={4}>
|
<Grid item md={4} whiteSpace="nowrap" position="absolute" right="16px">
|
||||||
{children}
|
{children}
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ function SetupInventory()
|
|||||||
<DashboardLayout>
|
<DashboardLayout>
|
||||||
<DashboardNavbar>
|
<DashboardNavbar>
|
||||||
<MDButton sx={{ ml: 3 }} color="primary" onClick={() => navigate('/setup/inventory/inventory-new')}>
|
<MDButton sx={{ ml: 3 }} color="primary" onClick={() => navigate('/setup/inventory/inventory-new')}>
|
||||||
+ Add new
|
Add new Inventory
|
||||||
</MDButton>
|
</MDButton>
|
||||||
</DashboardNavbar>
|
</DashboardNavbar>
|
||||||
<MDBox px={2} py={3}>
|
<MDBox px={2} py={3}>
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ function WarehouseScreen() {
|
|||||||
color="primary"
|
color="primary"
|
||||||
onClick={() => navigate('/setup/warehouse/add-warehouse')}
|
onClick={() => navigate('/setup/warehouse/add-warehouse')}
|
||||||
>
|
>
|
||||||
+ Add new
|
Add new Warehouse
|
||||||
</MDButton>
|
</MDButton>
|
||||||
</DashboardNavbar>
|
</DashboardNavbar>
|
||||||
<TileBasic
|
<TileBasic
|
||||||
|
|||||||
Reference in New Issue
Block a user