Added Supervision/Monitoring support
[src/xds/xds-agent.git] / webapp / src / app / pages / pages.module.ts
index d00630d..5ffa8d6 100644 (file)
@@ -1,6 +1,6 @@
 /**
 * @license
-* Copyright (C) 2017 "IoT.bzh"
+* Copyright (C) 2017-2018 "IoT.bzh"
 * Author Sebastien Douheret <sebastien@iot.bzh>
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
@@ -26,6 +26,8 @@ import { DashboardModule } from './dashboard/dashboard.module';
 import { BuildModule } from './build/build.module';
 import { ProjectsModule } from './projects/projects.module';
 import { SdksModule } from './sdks/sdks.module';
+import { SupervisionModule } from './supervision/supervision.module';
+import { TargetsModule } from './targets/targets.module';
 import { PagesRoutingModule } from './pages-routing.module';
 import { NotificationsComponent } from './notifications/notifications.component';
 import { ThemeModule } from '../@theme/theme.module';
@@ -46,6 +48,8 @@ const PAGES_COMPONENTS = [
     ProjectsModule,
     SdksModule,
     ToasterModule,
+    TargetsModule,
+    SupervisionModule,
   ],
   declarations: [
     ...PAGES_COMPONENTS,