diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-06-01 01:09:19 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-06-01 01:09:19 +0300 |
commit | 6e08bd1fa174b2c80c04023bdfc3c251dc4d8a3e (patch) | |
tree | 2b22130e415c42d62076e133ac6f4fdda0f77ab0 /vid-app-common/src/main/webapp | |
parent | 1e687de137f08f5433ac6d500e3230394db9bb88 (diff) |
Fix SO C.M payload
Change-Id: I84ea1d3981432d1b47690c87dd75d8b94cb848c2
Issue-ID: VID-201
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-app-common/src/main/webapp')
-rwxr-xr-x | vid-app-common/src/main/webapp/app/vid/scripts/constants/vidConfiguration.js | 2 |
1 files changed, 1 insertions, 1 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 716a99c00..84cb5ad72 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,
|