diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-12-16 08:57:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-16 08:57:34 +0000 |
commit | bbe7ee48a326542749afcce77533121932c6300b (patch) | |
tree | 266aef44937d158066fdde4e8050d75629a5ebb9 /vid-webpack-master/src | |
parent | 11c8679592f4f0e273643a54b6be9c9aebe148e8 (diff) | |
parent | 183611568fb027c65a00eda4eb66022b792b1f88 (diff) |
Merge "change context menu item name to Create another one"
Diffstat (limited to 'vid-webpack-master/src')
-rw-r--r-- | vid-webpack-master/src/app/instantiationStatus/instantiationStatus.component.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vid-webpack-master/src/app/instantiationStatus/instantiationStatus.component.ts b/vid-webpack-master/src/app/instantiationStatus/instantiationStatus.component.ts index 58227c9eb..4f84b7125 100644 --- a/vid-webpack-master/src/app/instantiationStatus/instantiationStatus.component.ts +++ b/vid-webpack-master/src/app/instantiationStatus/instantiationStatus.component.ts @@ -59,8 +59,8 @@ export class InstantiationStatusComponent implements OnInit { visible: () => true, }, { - name: "Recreate", - dataTestId: "context-menu-recreate", + name: "Create another one", + dataTestId: "context-menu-create-another-one", className: "fa-clone", click: (item: ServiceInfoModel) => this.instantiationStatusComponentService.recreate(item), enabled: (item: ServiceInfoModel) => this.instantiationStatusComponentService.isRecreateEnabled(item), |