aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@att.com>2017-11-08 11:47:26 +0200
committerOfir Sonsino <os0695@att.com>2017-11-08 11:47:26 +0200
commit4dade77663ca66b4ffa093d4b64a3505254a29fd (patch)
treed63606448e2188d3f3ca4d3d999f0bb64371f93c
parent0e1e6a925e99446cdd653b606b04c2fc43fb28c0 (diff)
default MACRO_SERVICES to empty
Change-Id: Ia00e6194c00655f20d8729cae005f67f06e70a6e Issue-Id: VID-89 Signed-off-by: Ofir Sonsino <os0695@att.com>
-rwxr-xr-xvid-app-common/src/main/webapp/app/vid/scripts/constants/vidConfiguration.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/constants/vidConfiguration.js b/vid-app-common/src/main/webapp/app/vid/scripts/constants/vidConfiguration.js
index ee33875b9..6ed410a8f 100755
--- a/vid-app-common/src/main/webapp/app/vid/scripts/constants/vidConfiguration.js
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/constants/vidConfiguration.js
@@ -95,10 +95,7 @@ appDS2.constant("VIDCONFIGURATION", (function() {
*
*/
var COMPONENT_LIST_NAMED_QUERY_ID = "0367193e-c785-4d5f-9cb8-7bc89dc9ddb7";
- var MACRO_SERVICES = ["c9514b73-3dfe-4d7e-9146-b318d48655d9", "93150ffa-00c6-4ea0-85f2-3536ca46ebd2",
- "2b54297f-72e7-4a94-b451-72df88d0be0b",
- "d27e42cf-087e-4d31-88ac-6c4b7585f800",
- "ec0c4bab-c272-4dab-b087-875031bb0c9f","0311f998-9268-4fd6-bbba-afff15087b72","43596836-ae36-4608-a987-6608ede10dac","306caa85-74c7-48a9-aa22-7e3a564b957a"];
+ var MACRO_SERVICES = [];
return {
ASDC_MODEL_STATUS : ASDC_MODEL_STATUS,
MSO_MAX_POLLS : MSO_MAX_POLLS,