summaryrefslogtreecommitdiffstats
path: root/app/styles
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-10-22 13:20:05 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-10-23 14:02:38 +0000
commit1085098beb6d2dc271336c247e0246e80eacf847 (patch)
treead6c8d5749f5c1c9cdd36364380d7a55388b86b5 /app/styles
parentcc619bdb0919f8da7ceb4ff0d90bd105fbeabc6f (diff)
downloadphosphor-webui-1085098beb6d2dc271336c247e0246e80eacf847.tar.gz
phosphor-webui-1085098beb6d2dc271336c247e0246e80eacf847.zip
Remove multi-server controller
Removed all pages associated with the multi-server feature. Before, this page was visible at /multi-server/overview. This page is not used and there is a lot of work to get multi-server working. There was also a lot of hardcoded values in the multi-server controllers. This code could still be used in the future by looking at the git history or checking out an earlier tag. Removing these controllers saves us a few KBs in the image. Tested: Manual regression testing on a Witherspoon. Change-Id: Ic2f727a80404291338a66cde4857cf1f4ad228b2 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/styles')
-rw-r--r--app/styles/index.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/styles/index.scss b/app/styles/index.scss
index 64477bf..b324c86 100644
--- a/app/styles/index.scss
+++ b/app/styles/index.scss
@@ -7,4 +7,3 @@ $charset: "UTF-8";
@import "../server-health/styles/index.scss";
@import "../configuration/styles/index.scss";
@import "../users/styles/index.scss";
-@import "../multi-server/styles/index.scss"; \ No newline at end of file
OpenPOWER on IntegriCloud