mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
removed unneeded loading messages
This commit is contained in:
parent
b1f01506ce
commit
cae2a11f7b
@ -58,7 +58,6 @@
|
||||
return;
|
||||
}
|
||||
this.isLoading = true;
|
||||
this.spinnerMessage = 'Building timelines...';
|
||||
|
||||
var container = this.$.timeline;
|
||||
var chart = new google.visualization.Timeline(container);
|
||||
@ -159,7 +158,6 @@
|
||||
fill in its data.
|
||||
|
||||
**************************************************/
|
||||
this.spinnerMessage = 'Building line graphs...';
|
||||
var isSingleDevice = false;
|
||||
if(stateHistory.length === 1) {
|
||||
isSingleDevice = true;
|
||||
@ -287,7 +285,6 @@
|
||||
chart.draw(dataTable, options);
|
||||
}
|
||||
this.isLoading = false;
|
||||
this.spinnerMessage = 'Loading data...';//just resetting it back to the generic message
|
||||
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user