Skip to content

Commit

Permalink
NAS-132259 / 25.04 / virt.instance.image_choices has changed output (#…
Browse files Browse the repository at this point in the history
…11002)

* NAS-132259: virt.instance.image_choices has changed output

* NAS-132259: PR update
  • Loading branch information
AlexKarpov98 authored Nov 9, 2024
1 parent daaea8e commit 9b9b69e
Show file tree
Hide file tree
Showing 92 changed files with 96 additions and 98 deletions.
4 changes: 1 addition & 3 deletions src/app/interfaces/virtualization.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,11 @@ export interface VirtualizationUsb {
}

export interface VirtualizationImage {
architecture: string;
archs: string[];
description: string;
label: string;
os: string;
release: string;
serial: string;
type: string;
variant: string;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ <h1 mat-dialog-title>{{ 'Select Image' | translate }}</h1>
<td *matCellDef="let image" mat-cell>{{ image.release }}</td>
</ng-container>

<ng-container matColumnDef="arch">
<th *matHeaderCellDef mat-header-cell>{{ 'Arch' | translate }}</th>
<td *matCellDef="let image" mat-cell>{{ image.arch }}</td>
<ng-container matColumnDef="archs">
<th *matHeaderCellDef mat-header-cell>{{ 'Archs' | translate }}</th>
<td *matCellDef="let image" mat-cell>{{ image.archs }}</td>
</ng-container>

<ng-container matColumnDef="variant">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ const imageChoices: Record<string, VirtualizationImage> = {
label: 'Almalinux 8 (arm64, cloud)',
os: 'Almalinux',
release: '8',
arch: 'arm64',
archs: ['arm64'],
variant: 'cloud',
},
'alpine/3.18/default': {
label: 'Alpine 3.18 (armhf, default)',
os: 'Alpine',
release: '3.18',
arch: 'armhf',
archs: ['armhf'],
variant: 'default',
},
} as unknown as Record<string, VirtualizationImage>;
Expand Down Expand Up @@ -74,7 +74,7 @@ describe('SelectImageDialogComponent', () => {
'Label',
'OS',
'Release',
'Arch',
'Archs',
'Variant',
'',
]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export type VirtualizationImageWithId = VirtualizationImage & {
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class SelectImageDialogComponent implements OnInit {
protected readonly columns = ['label', 'os', 'release', 'arch', 'variant', 'actions'];
protected readonly columns = ['label', 'os', 'release', 'archs', 'variant', 'actions'];
protected filterForm = this.fb.group({
os: [''],
variant: [''],
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/be.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/bn.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/br.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/bs.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/cy.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/dsb.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en-au.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en-gb.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/eo.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/es-ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"Application name must have the following: 1) Lowercase alphanumeric characters can be specified 2) Name must start with an alphabetic character and can end with alphanumeric character 3) Hyphen '-' is allowed but not as the first or last character e.g abc123, abc, abcd-1232": "",
"Apps Read": "",
"Apps Write": "",
"Arch": "",
"Archs": "",
"Are you sure you want to delete NFS Share <b>\"{path}\"</b>?": "",
"Are you sure you want to delete SMB Share <b>\"{name}\"</b>?": "",
"Are you sure you want to delete address {ip}?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/es-co.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/es-mx.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/es-ni.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/es-ve.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/et.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/eu.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/fa.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"Apps Read": "",
"Apps Write": "",
"Arbitrary Text": "",
"Arch": "",
"Archs": "",
"Audit": "",
"Audit Entry": "",
"Audit ID": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/fy.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/ga.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Application Network": "",
"Apply updates and restart system after downloading.": "",
"Applying important system or security updates.": "",
"Arch": "",
"Archs": "",
"Are you sure you want to restore the default set of widgets?": "",
"Automatically restart the system after the update is applied.": "",
"Autostart": "",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/gd.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
"Arch": "",
"Archive": "",
"Archs": "",
"Are you sure you want to abort the <b>{task}</b> task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete <b>{name}</b> Reporting Exporter?": "",
Expand Down
Loading

0 comments on commit 9b9b69e

Please sign in to comment.