summaryrefslogtreecommitdiffstats
path: root/app/index.js
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-07-11 16:40:58 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-07-13 19:06:21 +0000
commit4129f4025b0ee1245a4ba0353780bf490034b704 (patch)
tree5c31629529d7ce0707be6c4ae326a185858eb518 /app/index.js
parent4b1f24c7d9abf9a4ed4c14eec68029e48212ce11 (diff)
downloadphosphor-webui-4129f4025b0ee1245a4ba0353780bf490034b704.tar.gz
phosphor-webui-4129f4025b0ee1245a4ba0353780bf490034b704.zip
Rename Server LED files
The menu item is called "Server LED". The title is called "Server LED". The route is server-control/server-led. Tested: Verified server LED still works. Change-Id: I1c70cfb6cd36868a191aa51363437dcdcc6d9a6b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/index.js')
-rw-r--r--app/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/index.js b/app/index.js
index 1dd622d..f0032bc 100644
--- a/app/index.js
+++ b/app/index.js
@@ -61,7 +61,7 @@ import bmc_reboot_controller from './server-control/controllers/bmc-reboot-contr
import power_operations_controller from './server-control/controllers/power-operations-controller.js';
import remote_console_controller from './server-control/controllers/remote-console-controller.js';
import remote_console_window_controller from './server-control/controllers/remote-console-window-controller.js';
-import unit_id_controller from './server-control/controllers/unit-id-controller.js';
+import server_led_controller from './server-control/controllers/server-led-controller.js';
import server_health_index from './server-health/index.js';
import diagnostics_controller from './server-health/controllers/diagnostics-controller.js';
OpenPOWER on IntegriCloud