Compare commits

...

2 Commits

Author SHA1 Message Date
Manuel Aranda Rosales 1c417e5f35 Merge branch 'develop' of ssh://ognproject.evlt.uma.es:21987/opengnsys/oggui into develop
testing/ogGui-multibranch/pipeline/head This commit looks good Details
2025-04-03 06:55:55 +02:00
Manuel Aranda Rosales 4fed92505e refs #1797. Rename image. Crete image 2025-04-03 06:55:48 +02:00
2 changed files with 6 additions and 1 deletions

View File

@ -105,7 +105,7 @@ export class CreateClientImageComponent implements OnInit{
}
resetCanonicalName() {
this.name = '';
this.name = this.selectedImage ? this.selectedImage.name : '';
}
save(): void {

View File

@ -59,6 +59,11 @@ export class ShowImagesComponent implements OnInit {
header: 'Estado',
cell: (image: any) => `${image.status}`
},
{
columnDef: 'version',
header: 'Version',
cell: (image: any) => `${image.version ? image.version : '0'}`
},
{
columnDef: 'imageFullsum',
header: 'Fullsum',