summaryrefslogtreecommitdiffstats
path: root/app/index.js
diff options
context:
space:
mode:
authorIftekharul Islam <iffy.ryan@ibm.com>2017-08-25 10:29:57 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2017-10-09 14:33:10 -0500
commit08054415f4e4ca8b8b54dbe26edf2f2ae9bf9240 (patch)
treed8bb9b6e8fae1141fbaadea1e4c64fe69d43def1 /app/index.js
parent595743ae95381ab14ded057ddcdef5cad14c6d9c (diff)
downloadphosphor-webui-08054415f4e4ca8b8b54dbe26edf2f2ae9bf9240.tar.gz
phosphor-webui-08054415f4e4ca8b8b54dbe26edf2f2ae9bf9240.zip
Adding multi-server empty template
Change-Id: I1ecbe00160d802c5dce2496614717e255d3fe055 Signed-off-by: Iftekharul Islam <iffy.ryan@ibm.com>
Diffstat (limited to 'app/index.js')
-rw-r--r--app/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/index.js b/app/index.js
index 890c67a..fc781b3 100644
--- a/app/index.js
+++ b/app/index.js
@@ -31,7 +31,8 @@ window.angular && (function (angular) {
'app.serverControl',
'app.serverHealth',
'app.configuration',
- 'app.users'
+ 'app.users',
+ 'app.multiServer'
])
// Route configuration
.config(['$routeProvider', '$locationProvider', function ($routeProvider, $locationProvider) {
OpenPOWER on IntegriCloud