Add new actions DownloadNESw and ActivateNESw for CDT
[appc/cdt.git] / src / app / vnfs / build-artifacts / reference-dataform / reference-dataform.component.ts
index 10a22fc..a3ef4f7 100644 (file)
@@ -165,6 +165,8 @@ export class ReferenceDataformComponent implements OnInit {
         , 'UpgradePostCheck'
         , 'UpgradePreCheck'
         , 'UpgradeSoftware'
+        , 'DownloadNESw'
+        , 'ActivateNESw'
         , 'OpenStack Actions'
         ]; //.. manual ordering
     public groupAnotationValue = ['', 'Pair'];
@@ -1171,6 +1173,8 @@ export class ReferenceDataformComponent implements OnInit {
         case 'UpgradePostCheck':
         case 'UpgradePreCheck':
         case 'UpgradeSoftware':
+        case 'DownloadNESw':
+        case 'ActivateNESw':
         case 'ConfigRestore':
         case 'StartApplication':
         case 'StopApplication':