mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 06:07:11 +02:00
removed comments
Signed-off-by: amanycodes <amanycodes@gmail.com>
This commit is contained in:
parent
25d2746e35
commit
ad8464249c
@ -221,7 +221,7 @@ export default function AlertsPage() {
|
|||||||
shadow="xs"
|
shadow="xs"
|
||||||
withBorder
|
withBorder
|
||||||
p="md"
|
p="md"
|
||||||
key={`${g.file}-${g.name}`} // TODO: Find a stable and definitely unique key.
|
key={`${g.file}-${g.name}`}
|
||||||
>
|
>
|
||||||
<Group mb="sm" justify="space-between">
|
<Group mb="sm" justify="space-between">
|
||||||
<Group align="baseline">
|
<Group align="baseline">
|
||||||
|
@ -92,7 +92,7 @@ export default function RulesPage() {
|
|||||||
withBorder
|
withBorder
|
||||||
p="md"
|
p="md"
|
||||||
mb="md"
|
mb="md"
|
||||||
key={`${g.file}-${g.name}`} // TODO: Find a stable and definitely unique key.
|
key={`${g.file}-${g.name}`}
|
||||||
>
|
>
|
||||||
<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