You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dg...@apache.org on 2020/11/11 14:17:49 UTC

[incubator-datalab] 03/03: [DATALAB-2142]: Fixed validation on manage quota popup

This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch DATALAB-2142
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 3418b078c61f6f06b06c987e548c001ca6f2acb3
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Wed Nov 11 16:16:52 2020 +0200

    [DATALAB-2142]: Fixed validation on manage quota popup
---
 .../manage-environment/manage-environment-dilog.component.ts     | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/management/manage-environment/manage-environment-dilog.component.ts b/services/self-service/src/main/resources/webapp/src/app/administration/management/manage-environment/manage-environment-dilog.component.ts
index f31ede9..1c0ac56 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/management/manage-environment/manage-environment-dilog.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/management/manage-environment/manage-environment-dilog.component.ts
@@ -91,15 +91,6 @@ export class ManageEnvironmentComponent implements OnInit {
     }
   }
 
-  public applyAction(action, project) {
-    const dialogRef: MatDialogRef<ConfirmActionDialogComponent> = this.dialog.open(
-      ConfirmActionDialogComponent, { data: { action, project: project.value.project }, width: '550px', panelClass: 'error-modalbox' });
-
-    dialogRef.afterClosed().subscribe(result => {
-      if (result) this.manageEnv.emit({ action, project: { project_name: project.value.project } });
-    });
-  }
-
   public setProjectsControl() {
     this.manageUsersForm.setControl('projects',
       this._fb.array((this.data.projectsList || []).map((x: any, index: number) => this._fb.group({


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org