Migration to AGL gerrit (update go import)
[src/xds/xds-agent.git] / webapp / src / app / pages / projects / projects.component.ts
index 13f7a79..be09d18 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");
@@ -45,7 +45,10 @@ export class ProjectsComponent implements OnInit {
   }
 
   add() {
-    const activeModal = this.modalService.open(ProjectAddModalComponent, { size: 'lg', container: 'nb-layout' });
-    activeModal.componentInstance.modalHeader = 'Large Modal';
+    const activeModal = this.modalService.open(ProjectAddModalComponent, {
+      size: 'lg',
+      windowClass: 'modal-xxl',
+      container: 'nb-layout',
+    });
   }
 }