You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2020/07/29 15:29:02 UTC

[incubator-dlab] branch DLAB-1964 updated: [DLAB-1964]: Limited project quota

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

dgnatyshyn pushed a commit to branch DLAB-1964
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1964 by this push:
     new 28f22df  [DLAB-1964]: Limited project quota
28f22df is described below

commit 28f22dfae7754f0f2618c0fc56486cbc0ec868d8
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Wed Jul 29 18:28:20 2020 +0300

    [DLAB-1964]: Limited project quota
---
 .../management/manage-environment/manage-environment-dilog.component.ts  | 1 -
 1 file changed, 1 deletion(-)

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 8a7445b..ce29827 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
@@ -57,7 +57,6 @@ export class ManageEnvironmentComponent implements OnInit {
 
   public onFormChange() {
     this.manageUsersForm.valueChanges.subscribe(value => {
-      console.log(this.manageUsersForm);
       this.isFormChanged = JSON.stringify(this.initialFormState) === JSON.stringify(this.manageUsersForm.value);
       if ((this.getCurrentTotalValue() && this.getCurrentTotalValue() >= this.getCurrentUsersTotal())) {
         this.manageUsersForm.controls['projects']['controls'].forEach(v => {


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