Skip to content

Commit ec065e8

Browse files
MGSousaEve Fritz
authored andcommitted
chore: Changed color mapping for Modifying status
Signed-off-by: MGSousa <31368750+MGSousa@users.noreply.github.com> Signed-off-by: Eve Fritz <eve.fritz@qonto.com>
1 parent b5e64a7 commit ec065e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/grafana/panels/instance.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ local colors = common.colors;
131131
'1': { index: 9, color: colors.ok, text: 'Available' },
132132
'2': { index: 10, color: colors.notice, text: 'Backing-up' },
133133
'3': { index: 11, color: colors.ok, text: 'Starting' },
134-
'4': { index: 12, color: colors.transparent, text: 'Modifying' },
134+
'4': { index: 12, color: colors.info, text: 'Modifying' },
135135
}),
136136
]),
137137
},
@@ -476,7 +476,7 @@ local colors = common.colors;
476476
'1': { index: 9, color: colors.ok, text: 'Available' },
477477
'2': { index: 10, color: colors.notice, text: 'Backing-up' },
478478
'3': { index: 11, color: colors.ok, text: 'Starting' },
479-
'4': { index: 12, color: colors.transparent, text: 'Modifying' },
479+
'4': { index: 12, color: colors.info, text: 'Modifying' },
480480
}),
481481
])
482482
+ standardOptions.withMin(null)

0 commit comments

Comments
 (0)