OgLives select url iso title

oggui/ogboot
Alvaro Puente Mella 2024-08-20 11:11:02 +02:00
parent 15c2720910
commit 76de24f656
2 changed files with 2 additions and 5 deletions

View File

@ -5,7 +5,7 @@
<input matInput [(ngModel)]="name">
</mat-form-field>
<mat-form-field appearance="fill" class="full-width">
<mat-label>Seleccionar URL</mat-label>
<mat-label>Seleccionar ISO</mat-label>
<mat-select [(value)]="selectedDownload">
<mat-option *ngFor="let download of downloads" [value]="download">
{{ download.filename }}

View File

@ -32,12 +32,9 @@ export class CreateImageComponent implements OnInit {
},
error: (error) => {
console.error('Error fetching downloads:', error);
this.toastService.error('Error fetching downloads');
this.toastService.error('Error fetching iso files');
}
});
}
onNoClick(): void {