mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-31 08:25:35 +00:00
Update new-template-dialog.component.html
This commit is contained in:
parent
94ce514cfe
commit
bbb344557b
@ -139,7 +139,10 @@
|
||||
</mat-select>
|
||||
</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 *ngFor="let version of applianceToInstall.versions">
|
||||
<div class="list-item">
|
||||
@ -217,6 +220,9 @@
|
||||
</div>
|
||||
<div>
|
||||
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-item *ngFor="let image of applianceToInstall.images">
|
||||
<div class="list-item">
|
||||
@ -250,6 +256,9 @@
|
||||
</div>
|
||||
<div>
|
||||
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-item *ngFor="let image of applianceToInstall.images">
|
||||
<div class="list-item">
|
||||
|
Loading…
x
Reference in New Issue
Block a user