From 9925a900c63e9f1ef616897a2dc1dc2db3d862e5 Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Wed, 10 Oct 2018 10:22:55 +0100 Subject: [PATCH] User now prompted when no data returned to view, rather than just showing nothing. --- frontend/src/views/Stats.vue | 230 ++++++++++++------------ frontend/src/views/ViewObservations.vue | 167 +++++++++-------- 2 files changed, 207 insertions(+), 190 deletions(-) diff --git a/frontend/src/views/Stats.vue b/frontend/src/views/Stats.vue index 1823b5a..3c8aed6 100644 --- a/frontend/src/views/Stats.vue +++ b/frontend/src/views/Stats.vue @@ -49,127 +49,133 @@ + + +

No data found with the given search parameters.

+
diff --git a/frontend/src/views/ViewObservations.vue b/frontend/src/views/ViewObservations.vue index 6c4094a..73428f5 100644 --- a/frontend/src/views/ViewObservations.vue +++ b/frontend/src/views/ViewObservations.vue @@ -67,88 +67,99 @@ + + + + + +

No data found with the given search parameters.

+
+
+
+