diff options
| author | Dixsie Wolmers <dixsiew@gmail.com> | 2019-11-17 18:21:50 -0600 |
|---|---|---|
| committer | Dixsie Wolmers <dixsiew@gmail.com> | 2019-11-27 08:54:23 -0600 |
| commit | d4a5d6f43c6e19bd89b4debfaf8019a118728911 (patch) | |
| tree | 832598369d2f63c7ef2380e90288b68005c279cd /app/common/directives/loader.html | |
| parent | 27915d2f48df3cd885f4606e90012bea8496be0c (diff) | |
| download | phosphor-webui-d4a5d6f43c6e19bd89b4debfaf8019a118728911.tar.gz phosphor-webui-d4a5d6f43c6e19bd89b4debfaf8019a118728911.zip | |
Update loading spinner
Loader was updated with loading icon svg. Added inline style
for loading icon and added loader svg to status-icon directive.
Status icons will be used in file-upload component for firmware page update.
Signed-off-by: Dixsie Wolmers <dixsiew@gmail.com>
Change-Id: I15e6f9fa39a08fcc8cfe354f8ed4447aab6425a9
Diffstat (limited to 'app/common/directives/loader.html')
| -rw-r--r-- | app/common/directives/loader.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/common/directives/loader.html b/app/common/directives/loader.html index d3026dc..537122a 100644 --- a/app/common/directives/loader.html +++ b/app/common/directives/loader.html @@ -1,4 +1,4 @@ -<div class="loader__wrapper" ng-show="loading"><svg class="loader" viewBox="25 25 50 50"> - <circle class="loader__path" cx="50" cy="50" r="20"/></circle> -</svg></div> -<div class="loader__overlay" ng-show="loading"></div>
\ No newline at end of file +<div class="loader__wrapper" ng-show="loading"> + <icon class="icon__loader" aria-hidden="true" file="icon-loader.svg"></icon> +</div> +<div class="loader__overlay" ng-show="loading"></div> |

