summaryrefslogtreecommitdiffstats
path: root/app/index.html
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-05-15 18:12:35 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 13:14:23 -0500
commit43366db73718c935665c1546ba93c09557949f2c (patch)
tree3417e8ad9ec2bc7fdec8469d432bae27b2d4f2b6 /app/index.html
parentcbf0c72bf1c173b14d78cf3a5fc1bf9bfcec8d2a (diff)
downloadphosphor-webui-43366db73718c935665c1546ba93c09557949f2c.tar.gz
phosphor-webui-43366db73718c935665c1546ba93c09557949f2c.zip
moved firmware into config section
Change-Id: I9579c85d7d9d7268d9e35637809fa26d623f0310 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/index.html b/app/index.html
index 43240a8..840d71d 100644
--- a/app/index.html
+++ b/app/index.html
@@ -75,9 +75,7 @@
<script src="configuration/controllers/file-controller.js"></script>
<script src="configuration/controllers/network-controller.js"></script>
<script src="configuration/controllers/security-controller.js"></script>
- <script src="firmware/index.js"></script>
- <script src="firmware/controllers/bmc-controller.js"></script>
- <script src="firmware/controllers/server-controller.js"></script>
+ <script src="configuration/controllers/firmware-controller.js"></script>
<script src="users/index.js"></script>
<script src="users/controllers/user-accounts-controller.js"></script>
<!-- endbuild -->
OpenPOWER on IntegriCloud