diff --git a/src/app.js b/src/app.js index 7940505..9456c32 100644 --- a/src/app.js +++ b/src/app.js @@ -37,6 +37,8 @@ import './styles/login.css'; import branding from './branding/branding'; import Logout from './pages/login/logout'; import Infrastructure from './pages/infrastructure/infrastructure'; +import Usergroups from './pages/usergroups/usergroups'; +import Usergroup from './pages/usergroups/usergroup'; import { useSelector } from 'react-redux'; const App = () => { @@ -72,6 +74,12 @@ const App = () => { + + + + + + diff --git a/src/branding/branding.js b/src/branding/branding.js index 2d3bf53..257e7ee 100644 --- a/src/branding/branding.js +++ b/src/branding/branding.js @@ -157,6 +157,7 @@ class Branding { pages.scenarios = true; pages.infrastructure = true; pages.users = true; + pages.usergroups = true; pages.account = true; pages.api = true; diff --git a/src/branding/villasweb/villasweb-values.js b/src/branding/villasweb/villasweb-values.js index 3d23530..f1f368b 100644 --- a/src/branding/villasweb/villasweb-values.js +++ b/src/branding/villasweb/villasweb-values.js @@ -23,6 +23,7 @@ const villasweb_values = { home: true, scenarios: true, infrastructure: true, + usergroups: true, account: true, api: true, }, diff --git a/src/common/menu.js b/src/common/menu.js index b30eb1c..82f82ec 100644 --- a/src/common/menu.js +++ b/src/common/menu.js @@ -99,6 +99,13 @@ const SideBarMenu = (props) => { : '' } +
  • + + Usergroups + +
  • : '' } +
  • + + Usergroups + +