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"> <input matInput [(ngModel)]="name">
</mat-form-field> </mat-form-field>
<mat-form-field appearance="fill" class="full-width"> <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-select [(value)]="selectedDownload">
<mat-option *ngFor="let download of downloads" [value]="download"> <mat-option *ngFor="let download of downloads" [value]="download">
{{ download.filename }} {{ download.filename }}

View File

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