Skip to content

Commit f2307fd

Browse files
committed
chore: show min version number (#4744)
<!-- start pr-codex --> ## PR-Codex overview This PR updates the alert management feature message for cloud-hosted Engines to specify version requirement. ### Detailed summary - Updated alert management feature message for cloud-hosted Engines to require v2.0.10 or later. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent a4dac95 commit f2307fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/components/engine/alerts/ManageEngineAlerts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ function CreateAlertButton(props: {
235235
<ToolTipLabel
236236
label={
237237
props.alertRules.length === 0
238-
? "This feature is only available for cloud-hosted Engines."
238+
? "This feature is only available for cloud-hosted Engines running v2.0.10 or later."
239239
: undefined
240240
}
241241
>

0 commit comments

Comments
 (0)