aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/workspace/tabs/deployment-artifacts/deployment-artifacts-view-model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/view-models/workspace/tabs/deployment-artifacts/deployment-artifacts-view-model.ts')
-rw-r--r--catalog-ui/src/app/view-models/workspace/tabs/deployment-artifacts/deployment-artifacts-view-model.ts7
1 files changed, 3 insertions, 4 deletions
diff --git a/catalog-ui/src/app/view-models/workspace/tabs/deployment-artifacts/deployment-artifacts-view-model.ts b/catalog-ui/src/app/view-models/workspace/tabs/deployment-artifacts/deployment-artifacts-view-model.ts
index 5e78301287..5ada3d0a69 100644
--- a/catalog-ui/src/app/view-models/workspace/tabs/deployment-artifacts/deployment-artifacts-view-model.ts
+++ b/catalog-ui/src/app/view-models/workspace/tabs/deployment-artifacts/deployment-artifacts-view-model.ts
@@ -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');