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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 593019fe5 fixed condition
     new e24ed5889 Merge pull request #1496 from 
GennadiyShpak/feat/DATALAB-2697/admin-nav-panel
593019fe5 is described below

commit 593019fe5d384ccf1d87b26f665ad55bcd1aa1dc
Author: Hennadii_Shpak <[email protected]>
AuthorDate: Tue Apr 19 16:59:19 2022 +0300

    fixed condition
---
 .../src/app/administration/management/management.component.html       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/administration/management/management.component.html
 
b/services/self-service/src/main/resources/webapp/src/app/administration/management/management.component.html
index 74d0c6009..83d004313 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/administration/management/management.component.html
+++ 
b/services/self-service/src/main/resources/webapp/src/app/administration/management/management.component.html
@@ -67,7 +67,7 @@
         </div>
       </div>
       <button
-        *ngIf="isProjectAdmin"
+        *ngIf="!isProjectAdmin"
         mat-raised-button 
         class="butt ssn" 
         (click)="showEndpointsDialog()"
@@ -78,7 +78,7 @@
         <i class="material-icons"></i>SSN Monitor
       </button> -->
       <button
-        *ngIf="isProjectAdmin" 
+        *ngIf="!isProjectAdmin" 
         mat-raised-button 
         class="butt env" 
         (click)="openManageEnvironmentDialog()"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to