aboutsummaryrefslogtreecommitdiffstats
path: root/src/constants/app-constants.ts
diff options
context:
space:
mode:
authorEnbo Wang <wangenbo@huawei.com>2020-02-01 21:49:51 +0800
committerPatrick Brady <patrick.brady@att.com>2020-02-07 22:24:39 +0000
commit179fea047479a44ef2fb0490c272f7f97127bbe9 (patch)
tree3569bf253b35703194e97ebb888caf152d3e39e0 /src/constants/app-constants.ts
parent700ac8a7ec822f1b7a0505319e4c453ca045d2ed (diff)
Add new actions DownloadNESw and ActivateNESw for CDT
Issue-ID: APPC-1813 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I1eecaf465d2f9a5be2991dc8f055b8fd3da447c3
Diffstat (limited to 'src/constants/app-constants.ts')
-rw-r--r--src/constants/app-constants.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/constants/app-constants.ts b/src/constants/app-constants.ts
index b5c4ab2..4125ef7 100644
--- a/src/constants/app-constants.ts
+++ b/src/constants/app-constants.ts
@@ -70,6 +70,8 @@ export const appConstants = {
"upgradePostCheck": "UpgradePostCheck",
"upgradePreCheck": "UpgradePreCheck",
"upgradeSoftware": "UpgradeSoftware",
+ "downloadNESw": "DownloadNESw",
+ "activateNESw": "ActivateNESw",
"openStackActions": "OpenStack Actions",
"configScaleOut": "ConfigScaleOut",
"configScaleIn": "ConfigScaleIn"
@@ -226,4 +228,4 @@ export const appConstants = {
"vnfType" : 'vnfType',
"vnfcType" : 'vnfcType'
}
-}; \ No newline at end of file
+};