add custom labels
for sidebar resources
This commit is contained in:
@ -48,6 +48,7 @@ function App() {
|
|||||||
edit: '/country/edit/:id',
|
edit: '/country/edit/:id',
|
||||||
meta: {
|
meta: {
|
||||||
canDelete: true,
|
canDelete: true,
|
||||||
|
label: 'Страны',
|
||||||
icon: <CountryIcon />,
|
icon: <CountryIcon />,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -58,6 +59,7 @@ function App() {
|
|||||||
edit: '/city/edit/:id',
|
edit: '/city/edit/:id',
|
||||||
meta: {
|
meta: {
|
||||||
canDelete: true,
|
canDelete: true,
|
||||||
|
label: 'Города',
|
||||||
icon: <CityIcon />,
|
icon: <CityIcon />,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -68,6 +70,7 @@ function App() {
|
|||||||
edit: '/carrier/edit/:id',
|
edit: '/carrier/edit/:id',
|
||||||
meta: {
|
meta: {
|
||||||
canDelete: true,
|
canDelete: true,
|
||||||
|
label: 'Перевозчики',
|
||||||
icon: <CarrierIcon />,
|
icon: <CarrierIcon />,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -79,6 +82,7 @@ function App() {
|
|||||||
show: '/media/show/:id',
|
show: '/media/show/:id',
|
||||||
meta: {
|
meta: {
|
||||||
canDelete: true,
|
canDelete: true,
|
||||||
|
label: 'Медиа',
|
||||||
icon: <MediaIcon />,
|
icon: <MediaIcon />,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user