mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 14:17:12 +02:00
stable and definitely unique card UI key in /alerts
Signed-off-by: amanycodes <amanycodes@gmail.com>
This commit is contained in:
parent
26bddcf068
commit
3dc9cbc8c0
@ -221,7 +221,7 @@ export default function AlertsPage() {
|
|||||||
shadow="xs"
|
shadow="xs"
|
||||||
withBorder
|
withBorder
|
||||||
p="md"
|
p="md"
|
||||||
key={i} // TODO: Find a stable and definitely unique key.
|
key={`${g.name}-${g.file}`} // TODO: Find a stable and definitely unique key.
|
||||||
>
|
>
|
||||||
<Group mb="sm" justify="space-between">
|
<Group mb="sm" justify="space-between">
|
||||||
<Group align="baseline">
|
<Group align="baseline">
|
||||||
|
Loading…
Reference in New Issue
Block a user