Add new actions DownloadNESw and ActivateNESw for CDT
[appc/cdt.git] / src / constants / app-constants.ts
index b5c4ab2..4125ef7 100644 (file)
@@ -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
+};