rm probo from sidebar
This commit is contained in:
parent
360e3831c7
commit
893fd15f14
1 changed files with 19 additions and 19 deletions
|
@ -191,37 +191,37 @@ const mainSidebar = {
|
||||||
id: 'panel/account/login',
|
id: 'panel/account/login',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
|
||||||
// Promo
|
|
||||||
{
|
|
||||||
type: "link",
|
|
||||||
href: "/beta",
|
|
||||||
label: "OpenPanel BETA",
|
|
||||||
className: "enterprise-badge",
|
|
||||||
}
|
}
|
||||||
|
// Promo dodaj i , pre!
|
||||||
|
// {
|
||||||
|
// type: "link",
|
||||||
|
// href: "/beta",
|
||||||
|
// label: "OpenPanel Enterprise",
|
||||||
|
// className: "enterprise-badge",
|
||||||
|
// }
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
admin: [
|
admin: [
|
||||||
{ type: 'autogenerated', dirName: 'admin' },
|
{ type: 'autogenerated', dirName: 'admin' },
|
||||||
// Promo
|
// Promo
|
||||||
{
|
// {
|
||||||
type: 'link',
|
// type: 'link',
|
||||||
href: '/beta',
|
// href: '/beta',
|
||||||
label: 'OpenPanel BETA',
|
// label: 'OpenPanel BETA',
|
||||||
className: 'enterprise-badge',
|
// className: 'enterprise-badge',
|
||||||
},
|
// },
|
||||||
],
|
],
|
||||||
|
|
||||||
changelog: [
|
changelog: [
|
||||||
{ type: 'autogenerated', dirName: 'changelog' },
|
{ type: 'autogenerated', dirName: 'changelog' },
|
||||||
// Promo
|
// Promo
|
||||||
{
|
// {
|
||||||
type: 'link',
|
// type: 'link',
|
||||||
href: '/beta',
|
// href: '/beta',
|
||||||
label: 'OpenPanel BETA',
|
// label: 'OpenPanel BETA',
|
||||||
className: 'enterprise-badge',
|
// className: 'enterprise-badge',
|
||||||
},
|
// },
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue