mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-20 03:36:46 +00:00
Update import-project-dialog.component.html
This commit is contained in:
parent
a83d2141f6
commit
271807cd9a
@ -10,7 +10,7 @@
|
|||||||
ng2FileSelect
|
ng2FileSelect
|
||||||
[uploader]="uploader"
|
[uploader]="uploader"
|
||||||
/>
|
/>
|
||||||
<button mat-raised-button color="primary" (click)="file.click()" class="file-button">Choose file</button>
|
<button mat-raised-button color="primary" (click)="file.click()" matTooltip="Import your .gns3p or .gns3project file" class="file-button">Choose file</button>
|
||||||
<mat-form-field [ngClass]="{ empty: !isDeleteVisible }" class="file-name-form-field">
|
<mat-form-field [ngClass]="{ empty: !isDeleteVisible }" class="file-name-form-field">
|
||||||
<input
|
<input
|
||||||
matInput
|
matInput
|
||||||
|
Loading…
Reference in New Issue
Block a user