parent
a41b944398
commit
38358661e0
|
@ -135,7 +135,7 @@
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td *ngIf="isSelected('pluginAuth')">
|
<td *ngIf="isSelected('pluginAuth')">
|
||||||
<ng-container *ngIf="user.pluginAuth">{{ user.pluginAuth }}</ng-container>
|
<span *ngIf="user.pluginAuth" [ngbTooltip]="user.pluginAuth">{{ user.pluginAuth }}</span>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td *ngIf="isSelected('createdAt')" [title]="user.createdAt">{{ user.createdAt | date: 'short' }}</td>
|
<td *ngIf="isSelected('createdAt')" [title]="user.createdAt">{{ user.createdAt | date: 'short' }}</td>
|
||||||
|
|
Loading…
Reference in New Issue