Removed temp. ogGit
parent
d83f0148fb
commit
a6ff85139b
|
@ -1,4 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
## [0.13.1] - 2025-05-23
|
||||||
|
### Changed
|
||||||
|
- Desactivado temporalmente la funcionalidad de ogGit.
|
||||||
|
|
||||||
|
---
|
||||||
## [0.13.0] - 2025-05-20
|
## [0.13.0] - 2025-05-20
|
||||||
### Added
|
### Added
|
||||||
- Se ha añadido nuevo campo "SSL_ENABLED" en el apartado configuracion.
|
- Se ha añadido nuevo campo "SSL_ENABLED" en el apartado configuracion.
|
||||||
|
|
|
@ -18,7 +18,9 @@
|
||||||
<mat-label>Tipo de imagen</mat-label>
|
<mat-label>Tipo de imagen</mat-label>
|
||||||
<mat-select [(ngModel)]="imageType" class="full-width" (selectionChange)="onImageTypeSelected($event.value)">
|
<mat-select [(ngModel)]="imageType" class="full-width" (selectionChange)="onImageTypeSelected($event.value)">
|
||||||
<mat-option [value]="'monolithic'">Monolítica</mat-option>
|
<mat-option [value]="'monolithic'">Monolítica</mat-option>
|
||||||
|
<!--
|
||||||
<mat-option [value]="'git'">Git</mat-option>
|
<mat-option [value]="'git'">Git</mat-option>
|
||||||
|
-->
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -83,7 +83,9 @@
|
||||||
<mat-label>Tipo de imagen</mat-label>
|
<mat-label>Tipo de imagen</mat-label>
|
||||||
<mat-select [(ngModel)]="imageType" (selectionChange)="onImageTypeSelected($event.value)">
|
<mat-select [(ngModel)]="imageType" (selectionChange)="onImageTypeSelected($event.value)">
|
||||||
<mat-option [value]="'monolithic'">Monolítica</mat-option>
|
<mat-option [value]="'monolithic'">Monolítica</mat-option>
|
||||||
|
<!--
|
||||||
<mat-option [value]="'git'">Git</mat-option>
|
<mat-option [value]="'git'">Git</mat-option>
|
||||||
|
-->
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
(click)="openShowMonoliticImagesDialog(repository)">
|
(click)="openShowMonoliticImagesDialog(repository)">
|
||||||
{{ 'monolithicImage' | translate }}
|
{{ 'monolithicImage' | translate }}
|
||||||
</button>
|
</button>
|
||||||
|
<!--
|
||||||
<button
|
<button
|
||||||
class="action-button"
|
class="action-button"
|
||||||
joyrideStep="gitImageStep"
|
joyrideStep="gitImageStep"
|
||||||
|
@ -59,7 +60,8 @@
|
||||||
[disabled]="!isGitModuleInstalled"
|
[disabled]="!isGitModuleInstalled"
|
||||||
(click)="openShowGitImagesDialog(repository)">
|
(click)="openShowGitImagesDialog(repository)">
|
||||||
{{ 'gitImage' | translate }}
|
{{ 'gitImage' | translate }}
|
||||||
</button>
|
</button
|
||||||
|
-->
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
Loading…
Reference in New Issue