Re-jig the navigation to remove/move items - #312
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| // name: 'users-list', | ||
| // title: 'System Users', | ||
| // permission: ADMIN_MANAGE, | ||
| // }, | ||
| // { | ||
| // name: 'admin-groups', | ||
| // title: 'Groups', | ||
| // permission: ADMIN_MANAGE, | ||
| // }, |
There was a problem hiding this comment.
These are probably still relevant - it's how you add permissions to users / groups
| // { | ||
| // name: 'admin-agents', | ||
| // title: 'Agents', | ||
| // permission: ADMIN_MANAGE, | ||
| // }, |
There was a problem hiding this comment.
Also relevant - Agent SA + Service Account Keys CRUD
| // name: 'admin-diagnostics', | ||
| // title: 'Diagnostics', | ||
| // abbr: 'DIAG', | ||
| // permission: ADMIN_MANAGE, | ||
| // }, | ||
| // { | ||
| // name: 'admin-import', | ||
| // title: 'Import', | ||
| // abbr: 'IMP', | ||
| // permission: ADMIN_MANAGE, | ||
| // }, |
There was a problem hiding this comment.
Both important - Diagnostics serves to debug issues that are hardly seen via logs; Import I just use it so much :((
| { label: 'System Implementation', suffix: 'implementation' }, | ||
| // { label: 'System Characteristics', suffix: 'characteristics' }, | ||
| // { label: 'System Implementation', suffix: 'implementation' }, | ||
| { label: 'Users', suffix: 'users' }, |
There was a problem hiding this comment.
we can probably remove system users, IMO
There was a problem hiding this comment.
we should remove this as well.
| @@ -161,71 +119,113 @@ const links = ref<Array<NavigationItem>>([ | |||
There was a problem hiding this comment.
At least for now - assessment-plan, assessment-result and poem could also be removed (maybe the whole Implementation tbh
dd3439b to
da153f3
Compare
da153f3 to
2e0f4bc
Compare
No description provided.