Commits
Art Lowel authored 1c50dbf4c61
1 1 | <h5> |
2 - | {{getRelationshipMessageKey() | async | translate}} |
2 + | {{relationshipMessageKey$ | async | translate}} |
3 3 | <button class="ml-2 btn btn-success" [disabled]="(hasChanges | async)" (click)="openLookup()"> |
4 4 | <i class="fas fa-plus"></i> |
5 5 | <span class="d-none d-sm-inline"> {{"item.edit.relationships.edit.buttons.add" | translate}}</span> |
6 6 | </button> |
7 7 | </h5> |
8 8 | <ng-container *ngVar="updates$ | async as updates"> |
9 9 | <ng-container *ngIf="updates && !(loading$ | async)"> |
10 10 | <ng-container *ngVar="updates | dsObjectValues as updateValues"> |
11 11 | <ds-pagination |
12 12 | [paginationOptions]="paginationConfig" |