From d6bd909ad32436cd481f44d11ee2b38ed10543bc Mon Sep 17 00:00:00 2001 From: naji <naji@cines.fr> Date: Thu, 17 Jun 2021 09:03:05 +0200 Subject: [PATCH] suppresion inutile ascenseur --- .../src/app/profile/edit-profile/edit-profile.component.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/edit-profile.component.html b/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/edit-profile.component.html index 250f76fea..6f2017c59 100644 --- a/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/edit-profile.component.html +++ b/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/edit-profile.component.html @@ -19,11 +19,6 @@ fxFill> <mat-tab label="{{puaMode ? tabLabels[5] : tabLabels[0]}}" *ngIf="canShowOnPuaMode(0)"> - <div class="pastis-tab-container"> - <ng-template matTabContent *ngIf="puaMode"> - </ng-template> - <pastis-under-construction style="background: darkgray;" *ngIf="!puaMode"></pastis-under-construction> - </div> </mat-tab> <mat-tab label="{{tabLabels[1]}}" *ngIf="canShowOnPuaMode(1)"> -- GitLab