1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Remove loading box component

This commit is contained in:
Paulus Schoutsen
2016-07-31 14:43:07 -07:00
parent 56650a25df
commit 0255537ea6
6 changed files with 33 additions and 38 deletions

View File

@@ -1,8 +1,8 @@
<link rel="import" href="../../bower_components/polymer/polymer.html">
<link rel="import" href="../../bower_components/paper-spinner/paper-spinner.html">
<link rel="import" href="../../bower_components/google-apis/google-legacy-loader.html">
<link rel="import" href="./loading-box.html">
<link rel="import" href="./state-history-chart-timeline.html">
<link rel="import" href="./state-history-chart-line.html">
@@ -27,7 +27,7 @@
<google-legacy-loader on-api-load="googleApiLoaded"></google-legacy-loader>
<div hidden$="[[!isLoading]]" class='loading-container'>
<loading-box>Updating history data</loading-box>
<paper-spinner active alt='Updating history data'></paper-spinner>
</div>
<div class$='[[computeContentClasses(isLoading)]]'>