We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04e9092 + 5839b46 commit bda62bcCopy full SHA for bda62bc
2 files changed
web/src/components/popover.css
@@ -2,7 +2,7 @@
2
position: fixed;
3
top: 0;
4
right: 0;
5
- z-index: 98;
+ z-index: 1050;
6
bottom: 0;
7
overflow: hidden;
8
background-color: var(--pf-v5-global--BackgroundColor--100);
web/src/korrel8r/alert.ts
@@ -28,6 +28,7 @@ export class AlertNode extends Korrel8rNode {
28
selectors = parseKeyValueList(params.get('alerts'));
29
} else {
30
params.delete('prometheus'); // Not part of the label selectors.
31
+ params.delete('managed_cluster'); // Not part of the label selectors.
32
for (const [key, value] of params) selectors[key] = value;
33
}
34
return new AlertNode(url, `alert:alert:${JSON.stringify(selectors)}`);
0 commit comments