Skip to content

Commit bda62bc

Browse files
Merge pull request #124 from openshift-cherrypick-robot/cherry-pick-123-to-release-0.4
[release-0.4] COO-817: make visible in 4.19 and remove unneeded label
2 parents 04e9092 + 5839b46 commit bda62bc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

web/src/components/popover.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
position: fixed;
33
top: 0;
44
right: 0;
5-
z-index: 98;
5+
z-index: 1050;
66
bottom: 0;
77
overflow: hidden;
88
background-color: var(--pf-v5-global--BackgroundColor--100);

web/src/korrel8r/alert.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export class AlertNode extends Korrel8rNode {
2828
selectors = parseKeyValueList(params.get('alerts'));
2929
} else {
3030
params.delete('prometheus'); // Not part of the label selectors.
31+
params.delete('managed_cluster'); // Not part of the label selectors.
3132
for (const [key, value] of params) selectors[key] = value;
3233
}
3334
return new AlertNode(url, `alert:alert:${JSON.stringify(selectors)}`);

0 commit comments

Comments
 (0)