console
console copied to clipboard
OpenShift Cluster Console UI
Add the ability to include a pod annotation `console.openshift.io/wrap-log-lines` which will default the log viewer to wrap log lines. https://issues.redhat.com/browse/CONSOLE-3250 @jhadvig @TheRealJon there is a consequence of this change. Since...
### Before  ### After 
Manual back port of https://github.com/openshift/console/pull/12061
In dark theme, numbers over the nodes in graph on cluster settings page have black color on dark background, which is hard to read.  Looks like this line is...
**Description**: .unshift() adds new queries to the beginning of the list instead of the back. **Related**: https://issues.redhat.com/browse/OU-75 **Demo**: Clicking on 'Add query' will add a new query to the top...
There was a too defensive check for false-y values. But these false-y values are still valid so removing the check fixes the issue.
The values for the swap usage metric in the Top Consumers card on the virtualization Overview page are incorrect because the incorrect query is being used. This PR corrects the...
Addresses: https://issues.redhat.com/browse/CONSOLE-3276 The console has good error boundary components that are useful for dynamic plugin. Exposing them will enable the plugins to get the same look and feel of handling...