Manually tested with serve_from_sub_path = true and a custom pathUrl
(cherry picked from commit 0a44fbdd42)
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
This commit is contained in:
co-authored by
Gilles De Mey
parent
5c1116679d
commit
c41e87d834
+1
-1
@@ -15,7 +15,7 @@ const GrafanaManagedRuleType: FC<SharedProps> = ({ selected = false, disabled, o
|
||||
Transform data with expressions.
|
||||
</span>
|
||||
}
|
||||
image="/public/img/grafana_icon.svg"
|
||||
image="public/img/grafana_icon.svg"
|
||||
selected={selected}
|
||||
disabled={disabled}
|
||||
value={RuleFormType.grafana}
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ const MimirFlavoredType: FC<Props> = ({ selected = false, disabled = false, onCl
|
||||
Expressions are not supported.
|
||||
</span>
|
||||
}
|
||||
image="/public/img/alerting/mimir_logo.svg"
|
||||
image="public/img/alerting/mimir_logo.svg"
|
||||
selected={selected}
|
||||
disabled={disabled}
|
||||
value={RuleFormType.cloudAlerting}
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ const RecordingRuleType: FC<SharedProps> = ({ selected = false, disabled = false
|
||||
Should be combined with an alert rule.
|
||||
</span>
|
||||
}
|
||||
image="/public/img/alerting/mimir_logo_recording.svg"
|
||||
image="public/img/alerting/mimir_logo_recording.svg"
|
||||
selected={selected}
|
||||
disabled={disabled}
|
||||
value={RuleFormType.cloudRecording}
|
||||
|
||||
Reference in New Issue
Block a user