Skip to content
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

Improve VM list in providers details view #670

Closed
yaacov opened this issue Aug 9, 2023 · 3 comments
Closed

Improve VM list in providers details view #670

yaacov opened this issue Aug 9, 2023 · 3 comments
Assignees
Labels
enhancement Categorizes issue or PR as related to a new feature.
Milestone

Comments

@yaacov
Copy link
Member

yaacov commented Aug 9, 2023

Issue:
in providers view we show a list of vms, each provider reports different details information for each vm, currently we show only the information shared by all providers.

we need to show specific information for each provider type, that will allow to filter and sort vms according to the providers specific structure ( e.g. data center, folder, cluster ... ).

@yaacov yaacov added the enhancement Categorizes issue or PR as related to a new feature. label Aug 9, 2023
@yaacov yaacov added this to the 2.5.0 milestone Aug 9, 2023
@yaacov yaacov modified the milestones: 2.5.0, 2.5.1 Sep 6, 2023
@yaacov
Copy link
Member Author

yaacov commented Sep 8, 2023

we need to show specific information for each provider type - Done in #708

that will allow to filter and sort vms according to the providers specific structure - Todo

filtering for specific structure -
a user can choose between automatically selected options.
for example for vmware vm list, a user will be able to choose between different hosts, and paths (at first stage list of posible paths may be auto genertaed based on current filtering or free text)
for example for OCP vm list, filter by namespaces

@yaacov
Copy link
Member Author

yaacov commented Sep 8, 2023

add information for kubevirt mvs:
running: object.status.printableStatus
template: object.metadata.labels."vm.kubevirt.io/template"
disks: ...
networks: ...

@yaacov
Copy link
Member Author

yaacov commented Jan 4, 2024

Joining with #719

#719 is about improving the individual cell renders but is now also about the list items improvement, closing and will joing with #719

@yaacov yaacov closed this as completed Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants