summaryrefslogtreecommitdiffstats
path: root/app/index.html
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2019-05-23 11:45:49 -0500
committerGunnar Mills <gmills@us.ibm.com>2019-05-23 12:11:40 -0500
commit7920baeb036d499203d8b59516a2355eab9aba79 (patch)
tree8f1ccadeeb518d87f710fe20c7a75ce20fc92746 /app/index.html
parent8a111586bdae0eac6fa066ccf65b6053d3b34aa0 (diff)
downloadphosphor-webui-7920baeb036d499203d8b59516a2355eab9aba79.tar.gz
phosphor-webui-7920baeb036d499203d8b59516a2355eab9aba79.zip
Remove unused errors.html
Also removed errorModalDetails and displayErrorModal from dataService since they are no longer used. errors.html was only active when displayErrorModal was true. displayErrorModal was only true when activateErrorModal was called. activateErrorModal was removed in a previous commit. activateErrorModal's only use was removed here: https://github.com/openbmc/phosphor-webui/commit/a38a287ccaa97eddc9df7333e33357b14772d4c6#diff-65affd2488457363c5b9e9266258c3b8 Tested: Searched the repo. Built an image and loaded onto a Witherspoon. No regressions observed. Change-Id: I96e26dd3817d7b02bbce74b4cc093b75dab669ed Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/index.html b/app/index.html
index 96f66c1..ab2b35b 100644
--- a/app/index.html
+++ b/app/index.html
@@ -17,7 +17,5 @@
<main ng-view ng-class="{'content__container': dataService.showNavigation, 'login__wrapper': !dataService.showNavigation}">
</main>
-
- <errors></errors>
</body>
</html>
OpenPOWER on IntegriCloud