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>
diff --git a/app/server-control/styles/index.scss b/app/server-control/styles/index.scss
index d469ecf..cc69a87 100644
--- a/app/server-control/styles/index.scss
+++ b/app/server-control/styles/index.scss
@@ -1,4 +1,4 @@
 @import "./bmc-reboot.scss";
 @import "./power-operations.scss";
 @import "./remote-console.scss";
-@import "./unit-id.scss";
+@import "./server-led.scss";
diff --git a/app/server-control/styles/unit-id.scss b/app/server-control/styles/server-led.scss
similarity index 61%
rename from app/server-control/styles/unit-id.scss
rename to app/server-control/styles/server-led.scss
index 4b59437..9807c74 100644
--- a/app/server-control/styles/unit-id.scss
+++ b/app/server-control/styles/server-led.scss
@@ -1,12 +1,12 @@
-// UI Light
+// Server LED
 
-#uid-switch {
+#led-switch {
   .switch {margin-left: 1.7em;}
-  .uid-switch__label {
+  .led-switch__label {
     padding-bottom: 1.5em;
   }
-  .uid-switch__label p {
+  .led-switch__label p {
     margin: 0;
     &:first-child {font-weight: 700;}
   }
-}
\ No newline at end of file
+}