You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/09/13 11:30:32 UTC

[incubator-dlab] 02/04: [DLAB-1103]: cleanup project status checks

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

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

commit b5735ac41bb1eebc4dffdccfa834e61ce7580fd2
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Fri Sep 13 11:53:37 2019 +0300

    [DLAB-1103]: cleanup project status checks
---
 .../project/project-list/project-list.component.html    | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.html b/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.html
index 05bd70c..382f5c8 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.html
@@ -41,26 +41,9 @@
     </td>
   </ng-container>
 
-  <!-- <ng-container matColumnDef="status">
-    <th mat-header-cell *matHeaderCellDef class="status"> Status </th>
-    <td mat-cell *matCellDef="let element" class="status" ngClass="{{ element.status.toLowerCase() || '' }}">
-      {{ element.status.toLowerCase() | underscoreless }}
-    </td>
-  </ng-container> -->
-
   <ng-container matColumnDef="actions">
     <th mat-header-cell *matHeaderCellDef class="project-actions"></th>
     <td mat-cell *matCellDef="let element" class="project-actions">
-      <!-- <span>
-        <a class="start-stop-action">
-          <mat-icon *ngIf="element.status === 'ACTIVE'" (click)="toggleProjectStatus(element, 'stop')">
-            pause_circle_outline
-          </mat-icon>
-          <mat-icon *ngIf="element.status === 'NOT_ACTIVE'" (click)="toggleProjectStatus(element, 'start')">
-            play_circle_outline
-          </mat-icon>
-        </a>
-      </span> -->
       <span>
         <!-- [ngClass]="{'not-active' : element.status !== 'ACTIVE' && element.status !== 'NOT_ACTIVE' }" -->
         <!-- [ngClass]="{'not-allowed' : element.status !== 'ACTIVE' && element.status !== 'NOT_ACTIVE' }" -->


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