Compare commits

..

No commits in common. "1c417e5f35d12c48c4d5dca7f216211ec63167aa" and "74f5f7920613df4ff1be999875a5e11071ea2fd5" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

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

View File

@ -59,11 +59,6 @@ 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',