Dynamic columns in GAB table
[sdc.git] / catalog-ui / src / app / view-models / workspace / tabs / deployment-artifacts / deployment-artifacts-view-model.ts
index 5e78301..5ada3d0 100644 (file)
@@ -289,12 +289,11 @@ export class DeploymentArtifactsViewModel {
                 title: title,
                 type: 'custom',
                 buttons: [{
-                        id: 'okButton',
-                        text: 'OK',
+                        id: 'closeGABButton',
+                        text: 'Close',
                         size: "'x-small'",
                         closeModal: true
-                    },
-                    {text: "Cancel", size: "'x-small'", closeModal: true}]
+                    }]
             };
 
             const uiConfiguration: any = this.cacheService.get('UIConfiguration');