Browse Source

Name for basic anomaly detector type #663

pull/1/head
rozetko 5 years ago
parent
commit
0d6b4c45cf
  1. 2
      server/src/models/analytic_units/types.ts

2
server/src/models/analytic_units/types.ts

@ -54,7 +54,7 @@ export const ANALYTIC_UNIT_TYPES = {
], ],
anomaly: [ anomaly: [
{ {
name: 'Anomaly', name: 'Confidence Snake',
value: 'ANOMALY' value: 'ANOMALY'
} }
], ],

Loading…
Cancel
Save