console
console copied to clipboard
OpenShift Cluster Console UI
This is an automated cherry-pick of #13561 /assign TheRealJon
/assign @spadgett @jhadvig /cc @vikram-raj @lokanandaprabhu @Lucifergene @invincibleJai
This is an automated cherry-pick of #14411 /assign Lucifergene
This is an automated cherry-pick of #14331 /assign lokanandaprabhu
This is an automated cherry-pick of #14332 /assign lokanandaprabhu
This PR addresses a [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) violation due to [Console HTML index template](https://github.com/openshift/console/blob/master/frontend/public/index.html) containing an inline `` tag.  By default, CSP standard treats inline `` tags as [unsafe](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#unsafe_inline_script). This particular...
…installation status page
**Fixes**: https://issues.redhat.com/browse/OCPBUGS-43360 **Analysis / Root cause**: The check was present to see `buildConfig.latestBuild` is present or not, if not this option should be hidden but by mistake double negation was...
This is an automated cherry-pick of #14342 /assign lokanandaprabhu