"CONTACT_US_SUBJECT": "CDT Contact Us"
},
"username": "appc123@appc.onap.org",
- "password": "test",
- "showconfigsaleout": true
-}
\ No newline at end of file
+ "password": "test"
+}
}
ngOnInit() {
- this.configScaleOutExist = require('../../../cdt.application.properties.json').showconfigsaleout;
- if (this.configScaleOutExist) {
- this.actions = ['', 'Configure', 'ConfigModify', 'ConfigBackup', 'ConfigRestore', 'GetRunningConfig', 'HealthCheck', 'StartApplication', 'StopApplication', 'QuiesceTraffic', 'ResumeTraffic', 'UpgradeBackout', 'UpgradeBackup', 'UpgradePostCheck', 'UpgradePreCheck', 'UpgradeSoftware', 'OpenStack Actions', 'ConfigScaleOut'];
- } else {
- this.actions = ['', 'Configure', 'ConfigModify', 'ConfigBackup', 'ConfigRestore', 'GetRunningConfig', 'HealthCheck', 'StartApplication', 'StopApplication', 'QuiesceTraffic', 'ResumeTraffic', 'UpgradeBackout', 'UpgradeBackup', 'UpgradePostCheck', 'UpgradePreCheck', 'UpgradeSoftware', 'OpenStack Actions'];
- }
+
this.self = this;
let path = this.location.path;
this.title = 'Reference Data';
this.remUploadedDataArray = vnfcFunctionCodeArrayList;
}
}
-}
\ No newline at end of file
+}