[CORD-2869] Adding service status dropdown

Change-Id: I8faa6d96f202fc097cc12df87e1825d7dff2852f
diff --git a/src/app/core/index.ts b/src/app/core/index.ts
index 3f9d503..ae5796c 100644
--- a/src/app/core/index.ts
+++ b/src/app/core/index.ts
@@ -49,6 +49,7 @@
 import {xosDebugModel} from './debug/debug-model';
 import {xosConfirm} from './confirm/confirm';
 import {XosConfirm} from './confirm/confirm.service';
+import {xosServiceStatus} from './service-status/service-status';
 
 export const xosCore = 'xosCore';
 
@@ -89,5 +90,6 @@
   .component('xosDebugSummary', xosDebugSummary)
   .component('xosDebugModel', xosDebugModel)
   .component('xosConfirm', xosConfirm)
+  .component('serviceStatus', xosServiceStatus)
   .filter('pagination', PaginationFilter)
   .filter('arrayToList', ArrayToListFilter);