Loading src/app/p_product/admin/productOrderManagement/list-product-orders/list-product-orders.component.html +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ <ng-container matColumnDef="actions"> <th mat-header-cell *matHeaderCellDef>Actions</th> <td mat-cell *matCellDef="let element"> <a routerLink='/{{appService.portalDomain}}/service_order/{{element.id}}'> <a routerLink='/{{appService.portalDomain}}/product_order/{{element.id}}'> <button class="btn btn-primary btn-sm m-1" ><i class="fas fa-search"></i></button> </a> <button *ngIf="authService.portalUserJWT?.realm_access.roles.includes('ADMIN')" class="btn btn-danger btn-sm m-1" (click)="openOrderDeleteDialog(element)"><i class="far fa-trash-alt"></i></button> Loading Loading
src/app/p_product/admin/productOrderManagement/list-product-orders/list-product-orders.component.html +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ <ng-container matColumnDef="actions"> <th mat-header-cell *matHeaderCellDef>Actions</th> <td mat-cell *matCellDef="let element"> <a routerLink='/{{appService.portalDomain}}/service_order/{{element.id}}'> <a routerLink='/{{appService.portalDomain}}/product_order/{{element.id}}'> <button class="btn btn-primary btn-sm m-1" ><i class="fas fa-search"></i></button> </a> <button *ngIf="authService.portalUserJWT?.realm_access.roles.includes('ADMIN')" class="btn btn-danger btn-sm m-1" (click)="openOrderDeleteDialog(element)"><i class="far fa-trash-alt"></i></button> Loading