Commit f133551e9841df9535a65430132a9b43ae294a0e
1 parent
4d3fe3fd
UI: Fixed custom action (with HTML) template action order in dialog
Showing
1 changed file
with
10 additions
and
10 deletions
@@ -178,17 +178,17 @@ | @@ -178,17 +178,17 @@ | ||
178 | <!-- </div>--> | 178 | <!-- </div>--> |
179 | <!-- </div>--> | 179 | <!-- </div>--> |
180 | <!-- <div mat-dialog-actions fxLayout="row" fxLayoutAlign="end center">--> | 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 | <!-- <button mat-button color="primary"--> | 181 | <!-- <button mat-button color="primary"--> |
187 | <!-- type="button"--> | 182 | <!-- type="button"--> |
188 | <!-- [disabled]="(isLoading$ | async)"--> | 183 | <!-- [disabled]="(isLoading$ | async)"--> |
189 | <!-- (click)="cancel()" cdkFocusInitial>--> | 184 | <!-- (click)="cancel()" cdkFocusInitial>--> |
190 | <!-- Cancel--> | 185 | <!-- Cancel--> |
191 | <!-- </button>--> | 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 | <!-- </div>--> | 192 | <!-- </div>--> |
193 | <!--</form>--> | 193 | <!--</form>--> |
194 | <!----> | 194 | <!----> |
@@ -338,16 +338,16 @@ | @@ -338,16 +338,16 @@ | ||
338 | <!-- </div>--> | 338 | <!-- </div>--> |
339 | <!-- </div>--> | 339 | <!-- </div>--> |
340 | <!-- <div mat-dialog-actions fxLayout="row" fxLayoutAlign="end center">--> | 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 | <!-- <button mat-button color="primary"--> | 341 | <!-- <button mat-button color="primary"--> |
347 | <!-- type="button"--> | 342 | <!-- type="button"--> |
348 | <!-- [disabled]="(isLoading$ | async)"--> | 343 | <!-- [disabled]="(isLoading$ | async)"--> |
349 | <!-- (click)="cancel()" cdkFocusInitial>--> | 344 | <!-- (click)="cancel()" cdkFocusInitial>--> |
350 | <!-- Cancel--> | 345 | <!-- Cancel--> |
351 | <!-- </button>--> | 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 | <!-- </div>--> | 352 | <!-- </div>--> |
353 | <!--</form>--> | 353 | <!--</form>--> |