From c5a0ef35e825e85f934e67886f8ef149876d05d7 Mon Sep 17 00:00:00 2001 From: sanke1 <22073083+sankerust@users.noreply.github.com> Date: Tue, 29 Jan 2019 17:30:47 +0300 Subject: [PATCH] No data threshold #134 (#148) --- src/models/threshold.ts | 3 ++- src/partials/tab_analytics.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/models/threshold.ts b/src/models/threshold.ts index 0ce23a2..8a223c5 100644 --- a/src/models/threshold.ts +++ b/src/models/threshold.ts @@ -5,7 +5,8 @@ export enum Condition { ABOVE_OR_EQUAL = '>=', EQUAL = '=', LESS_OR_EQUAL = '<=', - LESS = '<' + LESS = '<', + NO_DATA = 'No data' }; export type Threshold = { diff --git a/src/partials/tab_analytics.html b/src/partials/tab_analytics.html index 1f26eb8..488b7c9 100644 --- a/src/partials/tab_analytics.html +++ b/src/partials/tab_analytics.html @@ -64,7 +64,7 @@ -