aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/shared/utils/constants.ts
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2020-01-27 19:10:41 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-27 19:10:41 +0000
commitae5156453ebf0c8c81c5aa2f791bb527dbf344ad (patch)
tree595da72e11ad39a2fbea2e72a0abf16c9efd1b90 /vid-webpack-master/src/app/shared/utils/constants.ts
parent79a8f61035752620b50a0fb42d98361f21962cd9 (diff)
parent3f216a5ba38d70c193256f05c634093da9599984 (diff)
Merge "When feature toggle is active then SDNC preload files is enable."
Diffstat (limited to 'vid-webpack-master/src/app/shared/utils/constants.ts')
-rw-r--r--vid-webpack-master/src/app/shared/utils/constants.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-webpack-master/src/app/shared/utils/constants.ts b/vid-webpack-master/src/app/shared/utils/constants.ts
index da717c8f4..01466f113 100644
--- a/vid-webpack-master/src/app/shared/utils/constants.ts
+++ b/vid-webpack-master/src/app/shared/utils/constants.ts
@@ -97,6 +97,7 @@ export module Constants {
public static SERVICE_MODEL_ID = 'serviceModelId';
public static SERVICES_RETRY_TOPOLOGY = '../../asyncInstantiation/bulkForRetry';
public static INSTANTIATION_TEMPLATE_TOPOLOGY = '../../instantiationTemplates/templateTopology';
+ public static PRE_LOAD = '../../preload';
public static CONFIGURATION_PATH = '../../get_property/{name}/defaultvalue';
public static SERVICES_JOB_AUDIT_PATH = '/auditStatus';
public static SERVICES_PROBE_PATH = "../../probe";