Solve conflics

pull/25/head
Manuel Aranda Rosales 2025-06-02 08:37:50 +02:00
commit a8817bf49a
4 changed files with 12 additions and 1 deletions

View File

@ -7,6 +7,11 @@
### Improved
- Se ha completado la opcion de inicion de sesion y eliminar imagen cache.
---
## [0.13.1] - 2025-05-23
### Changed
- Desactivado temporalmente la funcionalidad de ogGit.
---
## [0.13.0] - 2025-05-20
### Added

View File

@ -18,7 +18,9 @@
<mat-label>Tipo de imagen</mat-label>
<mat-select [(ngModel)]="imageType" class="full-width" (selectionChange)="onImageTypeSelected($event.value)">
<mat-option [value]="'monolithic'">Monolítica</mat-option>
<!--
<mat-option [value]="'git'">Git</mat-option>
-->
</mat-select>
</mat-form-field>
</div>

View File

@ -87,7 +87,9 @@
<mat-label>Tipo de imagen</mat-label>
<mat-select [(ngModel)]="imageType" (selectionChange)="onImageTypeSelected($event.value)">
<mat-option [value]="'monolithic'">Monolítica</mat-option>
<!--
<mat-option [value]="'git'">Git</mat-option>
-->
</mat-select>
</mat-form-field>
</div>

View File

@ -51,6 +51,7 @@
(click)="openShowMonoliticImagesDialog(repository)">
{{ 'monolithicImage' | translate }}
</button>
<!--
<button
class="action-button"
joyrideStep="gitImageStep"
@ -59,7 +60,8 @@
[disabled]="!isGitModuleInstalled"
(click)="openShowGitImagesDialog(repository)">
{{ 'gitImage' | translate }}
</button>
</button
-->
</ng-container>
</td>
</ng-container>