Skip to content
Snippets Groups Projects
Unverified Commit 6acbb578 authored by Łukasz Łopatowski's avatar Łukasz Łopatowski Committed by GitHub
Browse files

Merge pull request #118 from...

Merge pull request #118 from nmaas-platform/52-fix-users-view-when-user-has-both-system-admin-and-domain-admin-role

Fix tooltip
parents 931e324b ed8101e1
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
<table class="table table-hover table-condensed" aria-describedby="Domains in Group table"> <table class="table table-hover table-condensed" aria-describedby="Domains in Group table">
<thead> <thead>
<tr> <tr #column>
<th>{{'BULK.LIST.STATE' | translate}}</th> <th>{{'BULK.LIST.STATE' | translate}}</th>
<th>{{'BULK.APP.INSTANCE_ID' | translate}}</th> <th>{{'BULK.APP.INSTANCE_ID' | translate}}</th>
<th>{{'BULK.APP.INSTANCE_NAME' | translate}}</th> <th>{{'BULK.APP.INSTANCE_NAME' | translate}}</th>
...@@ -207,7 +207,7 @@ ...@@ -207,7 +207,7 @@
class="pi pi-spin pi-spinner ml-1" class="pi pi-spin pi-spinner ml-1"
style="font-size: 1.4rem"></i> style="font-size: 1.4rem"></i>
<i *ngIf="replay.state == 'FAILED'" class="pi pi-info-circle" style="font-size: 1.4rem" <i *ngIf="replay.state == 'FAILED'" class="pi pi-info-circle" style="font-size: 1.4rem"
pTooltip="{{replay?.details['errorMessage']}}"></i></td> pTooltip="{{replay?.details['errorMessage']}}" appendTo="column"></i></td>
<td>{{getAppInstanceId(replay)}}</td> <td>{{getAppInstanceId(replay)}}</td>
<td>{{getAppInstanceName(replay)}}</td> <td>{{getAppInstanceName(replay)}}</td>
<td>{{getDomainCodeName(replay)}}</td> <td>{{getDomainCodeName(replay)}}</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment