-
Notifications
You must be signed in to change notification settings - Fork 6.5k
docs: application view ui extension docs #25050
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
base: master
Are you sure you want to change the base?
docs: application view ui extension docs #25050
Conversation
🔴 Preview Environment stopped on BunnyshellSee: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
770957f to
ac8a223
Compare
Signed-off-by: Alexander Matyushentsev <[email protected]> Signed-off-by: Jonathan Winters <[email protected]>
Signed-off-by: Jonathan Winters <[email protected]>
Signed-off-by: Jonathan Winters <[email protected]>
ac8a223 to
9772f7d
Compare
| ``` | ||
| ``` | ||
|
|
||
| ## App View Extensions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could I trouble you for a screenshot of an example extension? :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Included a very barebones example, hope a div with a string is sufficient 😁
Signed-off-by: Jonathan Winters <[email protected]>
….com/jwinters01/argo-cd into application-detail-view-extension-docs
Updates UI Extension docs to include reference to App View Extension
Code Implementation here for reference:
Registration method: https://github.com/jwinters01/argo-cd/blob/9772f7d6917f8518893614f4054c4ca20e00580f/ui/src/app/shared/services/extensions-service.ts#L53
Navigation integration: https://github.com/jwinters01/argo-cd/blob/9772f7d6917f8518893614f4054c4ca20e00580f/ui/src/app/applications/components/application-details/application-details.tsx#L840
View Rendering: https://github.com/jwinters01/argo-cd/blob/9772f7d6917f8518893614f4054c4ca20e00580f/ui/src/app/applications/components/application-details/application-details.tsx#L988