From 0d6b4c45cf0606d7e03cb2f186aca7ee2efb8c18 Mon Sep 17 00:00:00 2001 From: rozetko Date: Tue, 4 Jun 2019 14:36:10 +0300 Subject: [PATCH] Name for basic anomaly detector type #663 --- server/src/models/analytic_units/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/models/analytic_units/types.ts b/server/src/models/analytic_units/types.ts index 5ca5da6..e95eaa9 100644 --- a/server/src/models/analytic_units/types.ts +++ b/server/src/models/analytic_units/types.ts @@ -54,7 +54,7 @@ export const ANALYTIC_UNIT_TYPES = { ], anomaly: [ { - name: 'Anomaly', + name: 'Confidence Snake', value: 'ANOMALY' } ],