mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-05 10:13:10 +00:00
Resolve cosmetic issues
This commit is contained in:
parent
be831aaf15
commit
06852d94d7
@ -12,10 +12,6 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p mat-dialog-subtitle>
|
|
||||||
Please select the location, whether to include base images or not and the compression <br />type.
|
|
||||||
</p>
|
|
||||||
<mat-divider></mat-divider>
|
<mat-divider></mat-divider>
|
||||||
|
|
||||||
<div class="mat-data">
|
<div class="mat-data">
|
||||||
@ -67,15 +63,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<mat-divider></mat-divider>
|
<mat-divider></mat-divider>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-12">
|
||||||
<div mat-dialog-actions align="start">
|
|
||||||
<button type="button" mat-button>Help</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-8">
|
|
||||||
<div mat-dialog-actions align="end">
|
<div mat-dialog-actions align="end">
|
||||||
<button type="button" mat-button (click)="dialogRef.close()" cdkFocusInitial>Back</button>
|
<button mat-button type="submit" cdkFocusInitial>Export</button>
|
||||||
<button mat-button type="submit" cdkFocusInitial>Next</button>
|
|
||||||
<button type="button" mat-button (click)="dialogRef.close()" cdkFocusInitial>Cancel</button>
|
<button type="button" mat-button (click)="dialogRef.close()" cdkFocusInitial>Cancel</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user