To not show the item groups without permissions #15293
-
Currently, when the user doesn't have access to for example IPAM>Services, there is an empty Services box in the device view: If the user has access to Services but there aren't any for the device, the item group (maybe I'm using a wrong term, I'm not a Djanginst) is shown like this: Before opening a feature request, how feasible would it be to just omit the whole Services box in the view if the user doesn't have the permissions? Or is there a technical limitation in the background that the (empty) Services box cannot be easily omitted in the view? I mean, there is no Services item in the main menu either, when the user has no permission for it, so it would be logical to omit the item group as well. The reason for not having the Services permission is to just keep the GUI a bit more clear for the common user = to remove the unused items in the menus in this particular NetBox setup where Services (or Virtual Device Contexts or Locations or ...) are not used. FWIW, this is how it looks in netbox.log every time the user looks at a device and the Services box is trying to be populated without permission:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can raise this request, it's easy to implement the change in the templates |
Beta Was this translation helpful? Give feedback.
You can raise this request, it's easy to implement the change in the templates