From fc8391c6d1f229d11039b944cad25018b71a4d12 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 25 Oct 2018 16:00:15 -0500 Subject: [PATCH] Use load mask even for first data fetch, for probe readings graph --- tailbone/templates/tempmon/probes/graph.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailbone/templates/tempmon/probes/graph.mako b/tailbone/templates/tempmon/probes/graph.mako index 9654a040..5da9717f 100644 --- a/tailbone/templates/tempmon/probes/graph.mako +++ b/tailbone/templates/tempmon/probes/graph.mako @@ -25,8 +25,8 @@ timeUnit = 'day'; } + $('.form-wrapper').mask("Fetching data"); if (chart) { - $('.form-wrapper').mask("Fetching data"); chart.destroy(); }