|
@@ -68,6 +68,11 @@ const Layout = (props: any) => {
|
|
|
label: navTrans('overview'),
|
|
|
onClick: () => history.push('/'),
|
|
|
},
|
|
|
+ {
|
|
|
+ icon: icons.navSystem,
|
|
|
+ label: navTrans('system'),
|
|
|
+ onClick: () => history.push('/system'),
|
|
|
+ },
|
|
|
{
|
|
|
icon: icons.navCollection,
|
|
|
label: navTrans('collection'),
|
|
@@ -80,11 +85,6 @@ const Layout = (props: any) => {
|
|
|
iconActiveClass: 'activeSearchIcon',
|
|
|
iconNormalClass: 'normalSearchIcon',
|
|
|
},
|
|
|
- {
|
|
|
- icon: icons.navSystem,
|
|
|
- label: navTrans('system'),
|
|
|
- onClick: () => history.push('/system'),
|
|
|
- },
|
|
|
];
|
|
|
|
|
|
return (
|