mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
stable and definitely unique card UI key in /alerts
Signed-off-by: amanycodes <amanycodes@gmail.com>
This commit is contained in:
parent
a5ffa83be8
commit
bf9c68c7f1
|
@ -220,7 +220,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="md" mt="xs" ml="xs" justify="space-between">
|
<Group mb="md" mt="xs" ml="xs" justify="space-between">
|
||||||
<Group align="baseline">
|
<Group align="baseline">
|
||||||
|
|
Loading…
Reference in a new issue