mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
removed comments
Signed-off-by: amanycodes <amanycodes@gmail.com>
This commit is contained in:
parent
c7d98efd29
commit
11baddb19b
|
@ -220,7 +220,7 @@ export default function AlertsPage() {
|
|||
shadow="xs"
|
||||
withBorder
|
||||
p="md"
|
||||
key={`${g.file}-${g.name}`} // TODO: Find a stable and definitely unique key.
|
||||
key={`${g.file}-${g.name}`}
|
||||
>
|
||||
<Group mb="md" mt="xs" ml="xs" justify="space-between">
|
||||
<Group align="baseline">
|
||||
|
|
|
@ -92,7 +92,7 @@ export default function RulesPage() {
|
|||
withBorder
|
||||
p="md"
|
||||
mb="md"
|
||||
key={`${g.file}-${g.name}`} // TODO: Find a stable and definitely unique key.
|
||||
key={`${g.file}-${g.name}`}
|
||||
>
|
||||
<Group mb="md" mt="xs" ml="xs" justify="space-between">
|
||||
<Group align="baseline">
|
||||
|
|
Loading…
Reference in a new issue