Added new SDKs management support
[src/xds/xds-agent.git] / webapp / src / app / pages / projects / projects.component.ts
index 13f7a79..3d271e1 100644 (file)
@@ -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',
+    });
   }
 }