-
Notifications
You must be signed in to change notification settings - Fork 267
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
Unable to add extension tab to Edit Storage Class page #11122
Comments
Thanks for raising this issue, we'll take a look and see if it's a bug our side or if there's some missing config |
Gm @sumeetsethy . The documentation for adding Tabs through Extensions is clear on what is the expected location where those tabs will be added https://extensions.rancher.io/extensions/api/tabs , which is the details page of the given resource(s) you've defined on the function. Currently we don't support adding Tabs for edit views, but for sure it's a good enhancement to the Extensions api. Thank you for filling this issue. I'll mark this as an |
Thanks @aalves08 |
When investigating #12069 the answer isn't clear
|
I am developing a new extension for Portworx and as a usecase, i need to add a new tab in StorageClass tabSection.
I have added the below code in my index.ts
The same code is able to add a new tab when i give resourceType as persistentvolumeclaim or some other resource type. but for storageClass it fails.
Let me know if i am missing anything.
The text was updated successfully, but these errors were encountered: