From 8a12bea0337501a0f02cc497f5f4cd37a1a2c5e8 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Thu, 28 Mar 2019 04:42:18 +0300 Subject: [PATCH] hastic-grafana-app/issues/224 --- server/src/models/analytic_unit_model.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/src/models/analytic_unit_model.ts b/server/src/models/analytic_unit_model.ts index 19fa45b..e5abf14 100644 --- a/server/src/models/analytic_unit_model.ts +++ b/server/src/models/analytic_unit_model.ts @@ -14,19 +14,19 @@ export const ANALYTIC_UNIT_TYPES = { value: 'GENERAL' }, { - name: 'Peaks', + name: 'Peak', value: 'PEAK' }, { - name: 'Troughs', + name: 'Trough', value: 'TROUGH' }, { - name: 'Jumps', + name: 'Jump', value: 'JUMP' }, { - name: 'Drops', + name: 'Drop', value: 'DROP' } ],