@@ -281,6 +293,7 @@ export function AnomalyResults(props: AnomalyResultsProps) {
) : isDetectorMissingData ? (+ {getInitProgressMessage()} {get( getFeatureDataMissingMessageAndActionItem( featureMissingSeverity, @@ -292,11 +305,11 @@ export function AnomalyResults(props: AnomalyResultsProps) {
) : isInitializingNormally ? (- After the initialization is complete, you will see the anomaly results - based on your latest configuration changes. + {getInitProgressMessage()}After the initialization is complete, you will + see the anomaly results based on your latest configuration changes.
) : isInitOvertime ? ( -{`${initActionItem}`}
+{`${getInitProgressMessage()}${initActionItem}`}
) : ( // detector has failure{`${get(
@@ -324,6 +337,7 @@ export function AnomalyResults(props: AnomalyResultsProps) {
{isDetectorUpdated ||
isDetectorMissingData ||
isInitializingNormally ||
+ isInitOvertime ||
isDetectorFailed ? (