summaryrefslogtreecommitdiffstats
path: root/app/index.html
diff options
context:
space:
mode:
authorIftekharul Islam <iffy.ryan@ibm.com>2018-02-26 12:29:45 -0600
committerGunnar Mills <gmills@us.ibm.com>2018-04-19 21:17:38 +0000
commita1d238f3a53db2ec3cc4c2fd52fe78738b37968b (patch)
tree7edb75db5e8a06967665924d5f0d9c61ff08df08 /app/index.html
parent5dbcfb173ef5d08a481a44218573a2bfbbb2b7d5 (diff)
downloadphosphor-webui-a1d238f3a53db2ec3cc4c2fd52fe78738b37968b.tar.gz
phosphor-webui-a1d238f3a53db2ec3cc4c2fd52fe78738b37968b.zip
Add fixes for cold reboot
This fixes the cold reboot issue with the following steps - It applies the command to shut off the chassis. - Then verify the chassis is off. It checks for every 5 seconds. During this time the spinner displays. A 5min timeout has been added. - Once the chassis is off, it turns on the host. fixes openbmc/openbmc#2795 Change-Id: I119a1c95e57c10ccee27be1512a1fc38cde307fa Signed-off-by: Iftekharul Islam <iffy.ryan@ibm.com> Signed-off-by: CamVan Nguyen <ctnguyen@us.ibm.com>
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html
index c55dfaf..0c2e401 100644
--- a/app/index.html
+++ b/app/index.html
@@ -16,5 +16,6 @@
<main ng-view ng-class="{'content__container': dataService.showNavigation, 'login__wrapper': !dataService.showNavigation}">
</main>
+ <errors></errors>
</body>
</html>
OpenPOWER on IntegriCloud