From a1de1fd608ce07949a18a5b2089e5b5cf81364b2 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Wed, 2 Sep 2015 13:34:58 -0400 Subject: display message while graph is rendering --- www/js/TimelineCtrl.js | 1 + www/templates/timeline.html | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js index 894ce566..7c762284 100644 --- a/www/js/TimelineCtrl.js +++ b/www/js/TimelineCtrl.js @@ -552,6 +552,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla .then(function (data) { graphIndex = 0; + ZMDataModel.zmLog ("Creating " + $scope.monitors.length + " groups for the graph"); // create groups for (var g = 0; g < $scope.monitors.length; g++) { groups.add({ diff --git a/www/templates/timeline.html b/www/templates/timeline.html index eb73885e..79e7010d 100644 --- a/www/templates/timeline.html +++ b/www/templates/timeline.html @@ -28,7 +28,13 @@ {{prettify(fromDate)}} - {{prettify(toDate)}} (only displaying last {{maxItems}} events) - +
+

+
+

working on graph data...

+
+
+
-- cgit v1.2.3