From 6e08bd1fa174b2c80c04023bdfc3c251dc4d8a3e Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Fri, 1 Jun 2018 01:09:19 +0300 Subject: Fix SO C.M payload Change-Id: I84ea1d3981432d1b47690c87dd75d8b94cb848c2 Issue-ID: VID-201 Signed-off-by: Sonsino, Ofir (os0695) --- .../src/main/webapp/app/vid/scripts/constants/vidConfiguration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vid-app-common') 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 716a99c0..84cb5ad7 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 @@ -107,7 +107,7 @@ appDS2.constant("VIDCONFIGURATION", (function() { var SCHEDULER_PORTAL_URL = ""; - var SCALE_OUT_CONTROLLERS = ["", "SDN-C", "APP-C"]; + var SCALE_OUT_CONTROLLERS = ["", "SDNC", "APPC"]; return { ASDC_MODEL_STATUS : ASDC_MODEL_STATUS, -- cgit 1.2.3-korg