diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-08-01 15:48:34 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 13:57:57 -0500 |
| commit | 428375e827eae425c6e08dcc27ccdc13c035e6f9 (patch) | |
| tree | a51c196ea21ae946fe863dc9a3fc27534f3a52c9 /app/index.html | |
| parent | df3bd12408c3ec0d21a0d9b42694ee42d2fb6f80 (diff) | |
| download | phosphor-webui-428375e827eae425c6e08dcc27ccdc13c035e6f9.tar.gz phosphor-webui-428375e827eae425c6e08dcc27ccdc13c035e6f9.zip | |
loader animation added to pages
Change-Id: Id8c890714d0a90ae913b6581cd655abcf6cd6781
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/index.html')
| -rw-r--r-- | app/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html index 2026eb6..7d1e813 100644 --- a/app/index.html +++ b/app/index.html @@ -54,6 +54,7 @@ <script src="common/directives/toggle-flag.js"></script> <script src="common/directives/firmware-list.js"></script> <script src="common/directives/file.js"></script> + <script src="common/directives/loader.js"></script> <script src="login/index.js"></script> <script src="login/controllers/login-controller.js"></script> |

