diff --git a/frontend/src/layouts/dashboard/config.js b/frontend/src/layouts/dashboard/config.js
index 4a836b8..3882d65 100644
--- a/frontend/src/layouts/dashboard/config.js
+++ b/frontend/src/layouts/dashboard/config.js
@@ -11,6 +11,9 @@ import FolderIcon from '@heroicons/react/24/solid/FolderIcon';
import ShieldCheckIcon from '@heroicons/react/24/solid/ShieldCheckIcon';
import EnvelopeIcon from '@heroicons/react/24/solid/EnvelopeIcon';
import UserIcon from '@heroicons/react/24/solid/UserIcon';
+import BuildingOffice2Icon from '@heroicons/react/24/solid/BuildingOffice2Icon';
+import BookOpenIcon from '@heroicons/react/24/solid/BookOpenIcon';
+import CommandLineIcon from '@heroicons/react/24/solid/CommandLineIcon';
export const items = [
{
@@ -38,12 +41,10 @@ export const items = [
),
- tooltip: 'Upgrade to Business Plan',
disabled: true,
children: [
{
title: 'Firmware Update',
- tooltip: 'Upgrade to Business Plan',
icon: (
@@ -53,7 +54,6 @@ export const items = [
},
{
title: 'Message',
- tooltip: 'Upgrade to Business Plan',
disabled: true,
icon: (
@@ -63,6 +63,15 @@ export const items = [
},
]
},
+ {
+ title: 'Scripts',
+ disabled: true,
+ icon: (
+
+
+
+ )
+ },
{
title: 'Credentials',
path: '/credentials',
@@ -75,17 +84,24 @@ export const items = [
{
title: 'Access Control',
disabled: true,
- tooltip: 'Upgrade to Business Plan',
icon: (
),
children: [
+ {
+ title: 'Tenants',
+ disabled: true,
+ icon: (
+
+
+
+ )
+ },
{
title: 'Roles',
disabled: true,
- tooltip: 'Upgrade to Business Plan',
icon: (
@@ -105,7 +121,6 @@ export const items = [
},
{
title: 'File Server',
- tooltip: 'Upgrade to Business Plan',
disabled: true,
icon: (
@@ -122,6 +137,16 @@ export const items = [
)
},
+ {
+ title: 'Docs',
+ path: 'https://docs.oktopus.app.br',
+ icon: (
+
+
+
+ ),
+ external: true,
+ },
];
/*