mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-18 18:56:26 +00:00
Update new-template-dialog.component.html
This commit is contained in:
parent
94ce514cfe
commit
bbb344557b
@ -139,7 +139,10 @@
|
|||||||
</mat-select>
|
</mat-select>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Install required files <br/>
|
Install required files
|
||||||
|
<button mat-icon-button matTooltip="Refresh list of images" matTooltipClass="custom-tooltip" (click)="refreshImages()">
|
||||||
|
<mat-icon aria-label="Refresh list of images">refresh</mat-icon>
|
||||||
|
</button><br/>
|
||||||
<div>
|
<div>
|
||||||
<div *ngFor="let version of applianceToInstall.versions">
|
<div *ngFor="let version of applianceToInstall.versions">
|
||||||
<div class="list-item">
|
<div class="list-item">
|
||||||
@ -216,7 +219,10 @@
|
|||||||
</mat-radio-group>
|
</mat-radio-group>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Install required files
|
Install required files
|
||||||
|
<button mat-icon-button matTooltip="Refresh list of images" matTooltipClass="custom-tooltip" (click)="refreshImages()">
|
||||||
|
<mat-icon aria-label="Refresh list of images">refresh</mat-icon>
|
||||||
|
</button><br/>
|
||||||
<mat-list>
|
<mat-list>
|
||||||
<mat-list-item *ngFor="let image of applianceToInstall.images">
|
<mat-list-item *ngFor="let image of applianceToInstall.images">
|
||||||
<div class="list-item">
|
<div class="list-item">
|
||||||
@ -249,7 +255,10 @@
|
|||||||
</mat-radio-group>
|
</mat-radio-group>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Install required files
|
Install required files
|
||||||
|
<button mat-icon-button matTooltip="Refresh list of images" matTooltipClass="custom-tooltip" (click)="refreshImages()">
|
||||||
|
<mat-icon aria-label="Refresh list of images">refresh</mat-icon>
|
||||||
|
</button><br/>
|
||||||
<mat-list>
|
<mat-list>
|
||||||
<mat-list-item *ngFor="let image of applianceToInstall.images">
|
<mat-list-item *ngFor="let image of applianceToInstall.images">
|
||||||
<div class="list-item">
|
<div class="list-item">
|
||||||
|
Loading…
Reference in New Issue
Block a user