-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] Granular Access? #165
Comments
Hey, thanks for your question, at the moment, no is not yet possible. But it's a good idea, so I will add it to the todo list. Just so I understand, you'd like it to be possible have some sections only visible to specific users, right? I think that should be pretty straigtforward :) |
Hi, If possible, individual "bookmarks" and sections? I am personally used to how rmountjoy92/DashMachine (unmaintained now) worked. Regards, |
Heya, I've implemented this in PR #171 :) |
You under
Examples
- name: Code Analysis & Monitoring
icon: fas fa-code
displayData:
cols: 2
hideForUsers: [alicia, bob]
items:
... - name: Deployment Pipelines
icon: fas fa-rocket
displayData:
hideForGuests: true
items:
... Hope that helps :) |
Closes Lissy93#165 Signed-off-by: Bjorn Lammers <[email protected]>
Hi, Love Dashy!
I searched through the docs,,, I might be blind though. Is there a way to give granular access to users?
Such as some users see some "bookmarks" but not others?
Regards,
Lue-
The text was updated successfully, but these errors were encountered: