kubevirt / web-ui

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

Missing 'all projects' #316

Closed e-minguez closed 5 years ago

e-minguez commented 5 years ago

As a cluster-admin I want to be able to see all the $objects in my cluster. Before there was an 'all projects' item in the dropdown menu, but now you can only select individual projects:

not_all

I'm using this image:

$ oc get -o yaml $(oc get pod --selector component=ui -o name)  | grep image
    image: quay.io/kubevirt/kubevirt-web-ui:latest
    imagePullPolicy: IfNotPresent
  imagePullSecrets:
    image: quay.io/kubevirt/kubevirt-web-ui:latest
    imageID: quay.io/kubevirt/kubevirt-web-ui@sha256:55a2058966f6e2f57eb0cda3a45ab12f2a3697ca6a41cbd81b8cff7e99843642
jelkosz commented 5 years ago

I see that on the latest build in pods. Are you sure it is not just down there available when you scroll down?

e-minguez commented 5 years ago

It works after refreshing the UI, sorry for the noise.