kubevirt / web-ui

OpenShift Cluster Console UI
https://www.openshift.org
Apache License 2.0
26 stars 11 forks source link

Use diferent nameing schema for status group than single status #293

Closed yaacov closed 5 years ago

yaacov commented 5 years ago

Curently we name: VM_STATUS_ALL - an array of VMSTATUS[ status ] statuses VM_STATUS_TO_TEXT - a map of arrays of VMSTATUS[ status ] statuses to strings in a confusing way.

Ref: https://github.com/kubevirt/web-ui-components/pull/340 https://github.com/kubevirt/web-ui-components/pull/340#issuecomment-481701736

yaacov commented 5 years ago

Should be merged together with kubevirt/web-ui-components#340