-
Notifications
You must be signed in to change notification settings - Fork 772
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
UI representation for Roles
#499
Labels
Comments
KaradzaJuraj
added
good first issue
Good for newcomers
UI
Update on the UI
typescript
react
labels
Aug 8, 2024
Please assign this to me |
@pravintargaryen I assigned you 🙌 |
@pravintargaryen, do you have any updates on the issue? Let me know if you need any help |
I'm working on it @petar-cvit |
@pravintargaryen can you resolve this issue before solving #524 and #523 |
Sure @petar-cvit |
@petar-cvit please check |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some K8s components are supported to have a custom UI component, and those can be found here. The scope of this issue is to support
Roles
. The newRoles
component should be similar to other components we already have, so feel free to check the existing ones out.The visual representation should look something like this:
You can fetch the data about a role by calling the backend on
You can test this using the
rabbitmq
default template, for example (the above image was created using this template!).Refer to this PR on adding new UI components #330
The text was updated successfully, but these errors were encountered: