Commit f133551e9841df9535a65430132a9b43ae294a0e

Authored by Vladyslav Prykhodko
1 parent 4d3fe3fd

UI: Fixed custom action (with HTML) template action order in dialog

... ... @@ -178,17 +178,17 @@
178 178 <!-- </div>-->
179 179 <!-- </div>-->
180 180 <!-- <div mat-dialog-actions fxLayout="row" fxLayoutAlign="end center">-->
181   -<!-- <button mat-button mat-raised-button color="primary"-->
182   -<!-- type="submit"-->
183   -<!-- [disabled]="(isLoading$ | async) || editEntityForm.invalid || !editEntityForm.dirty">-->
184   -<!-- Save-->
185   -<!-- </button>-->
186 181 <!-- <button mat-button color="primary"-->
187 182 <!-- type="button"-->
188 183 <!-- [disabled]="(isLoading$ | async)"-->
189 184 <!-- (click)="cancel()" cdkFocusInitial>-->
190 185 <!-- Cancel-->
191 186 <!-- </button>-->
  187 +<!-- <button mat-button mat-raised-button color="primary"-->
  188 +<!-- type="submit"-->
  189 +<!-- [disabled]="(isLoading$ | async) || editEntityForm.invalid || !editEntityForm.dirty">-->
  190 +<!-- Save-->
  191 +<!-- </button>-->
192 192 <!-- </div>-->
193 193 <!--</form>-->
194 194 <!---->
... ... @@ -338,16 +338,16 @@
338 338 <!-- </div>-->
339 339 <!-- </div>-->
340 340 <!-- <div mat-dialog-actions fxLayout="row" fxLayoutAlign="end center">-->
341   -<!-- <button mat-button mat-raised-button color="primary"-->
342   -<!-- type="submit"-->
343   -<!-- [disabled]="(isLoading$ | async) || addEntityForm.invalid || !addEntityForm.dirty">-->
344   -<!-- Create-->
345   -<!-- </button>-->
346 341 <!-- <button mat-button color="primary"-->
347 342 <!-- type="button"-->
348 343 <!-- [disabled]="(isLoading$ | async)"-->
349 344 <!-- (click)="cancel()" cdkFocusInitial>-->
350 345 <!-- Cancel-->
351 346 <!-- </button>-->
  347 +<!-- <button mat-button mat-raised-button color="primary"-->
  348 +<!-- type="submit"-->
  349 +<!-- [disabled]="(isLoading$ | async) || addEntityForm.invalid || !addEntityForm.dirty">-->
  350 +<!-- Create-->
  351 +<!-- </button>-->
352 352 <!-- </div>-->
353 353 <!--</form>-->
... ...