Merge pull request #3815 from vvlladd28/improvement/safari/admin-widget
UI: Fixed admin widget in safari browser; Fixed order action button
This commit is contained in:
commit
6027958c24
File diff suppressed because one or more lines are too long
@ -178,17 +178,17 @@
|
|||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<!-- <div mat-dialog-actions fxLayout="row" fxLayoutAlign="end center">-->
|
<!-- <div mat-dialog-actions fxLayout="row" fxLayoutAlign="end center">-->
|
||||||
<!-- <button mat-button mat-raised-button color="primary"-->
|
|
||||||
<!-- type="submit"-->
|
|
||||||
<!-- [disabled]="(isLoading$ | async) || editEntityForm.invalid || !editEntityForm.dirty">-->
|
|
||||||
<!-- Save-->
|
|
||||||
<!-- </button>-->
|
|
||||||
<!-- <button mat-button color="primary"-->
|
<!-- <button mat-button color="primary"-->
|
||||||
<!-- type="button"-->
|
<!-- type="button"-->
|
||||||
<!-- [disabled]="(isLoading$ | async)"-->
|
<!-- [disabled]="(isLoading$ | async)"-->
|
||||||
<!-- (click)="cancel()" cdkFocusInitial>-->
|
<!-- (click)="cancel()" cdkFocusInitial>-->
|
||||||
<!-- Cancel-->
|
<!-- Cancel-->
|
||||||
<!-- </button>-->
|
<!-- </button>-->
|
||||||
|
<!-- <button mat-button mat-raised-button color="primary"-->
|
||||||
|
<!-- type="submit"-->
|
||||||
|
<!-- [disabled]="(isLoading$ | async) || editEntityForm.invalid || !editEntityForm.dirty">-->
|
||||||
|
<!-- Save-->
|
||||||
|
<!-- </button>-->
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<!--</form>-->
|
<!--</form>-->
|
||||||
<!---->
|
<!---->
|
||||||
@ -338,16 +338,16 @@
|
|||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<!-- <div mat-dialog-actions fxLayout="row" fxLayoutAlign="end center">-->
|
<!-- <div mat-dialog-actions fxLayout="row" fxLayoutAlign="end center">-->
|
||||||
<!-- <button mat-button mat-raised-button color="primary"-->
|
|
||||||
<!-- type="submit"-->
|
|
||||||
<!-- [disabled]="(isLoading$ | async) || addEntityForm.invalid || !addEntityForm.dirty">-->
|
|
||||||
<!-- Create-->
|
|
||||||
<!-- </button>-->
|
|
||||||
<!-- <button mat-button color="primary"-->
|
<!-- <button mat-button color="primary"-->
|
||||||
<!-- type="button"-->
|
<!-- type="button"-->
|
||||||
<!-- [disabled]="(isLoading$ | async)"-->
|
<!-- [disabled]="(isLoading$ | async)"-->
|
||||||
<!-- (click)="cancel()" cdkFocusInitial>-->
|
<!-- (click)="cancel()" cdkFocusInitial>-->
|
||||||
<!-- Cancel-->
|
<!-- Cancel-->
|
||||||
<!-- </button>-->
|
<!-- </button>-->
|
||||||
|
<!-- <button mat-button mat-raised-button color="primary"-->
|
||||||
|
<!-- type="submit"-->
|
||||||
|
<!-- [disabled]="(isLoading$ | async) || addEntityForm.invalid || !addEntityForm.dirty">-->
|
||||||
|
<!-- Create-->
|
||||||
|
<!-- </button>-->
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<!--</form>-->
|
<!--</form>-->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user