-
Notifications
You must be signed in to change notification settings - Fork 22
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
Provider details page #69
Conversation
Code changes: 1. use StandardPage list component 2. entity list is produced by merging results from k8s API and exsting Forklift inventory REST API. 3. actions in the table (kebab actions) are provided via extension point 'console.action/provider' Functional changes: 1. display all providers in one table 2. use only 'Ready' condition to describe the state of the provider Signed-off-by: Radoslaw Szwajkowski <[email protected]>
Code changes: 1. generic (empty) details page is provided via extentsion point 'console.page/resource/details' 2. actions in the details page are provided via extension points 'console.action/resource-provider' 3. inventory tab (part of the details) is provided via extension point 'console.tab/horizontalNav' Signed-off-by: Radoslaw Szwajkowski <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
Let's keep this PR a bit longer for reference. |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
Let's wait a bit longer:) |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
This PR was closed because it has been stalled for 15 days with no activity. |
Extracted from PR #33
Code changes:
1. generic (empty) details page is provided via extension point
'console.page/resource/details'
2. actions in the details page are provided via extension points
'console.action/resource-provider'
3. inventory tab (part of the details) is provided via extension point
'console.tab/horizontalNav'