diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-03-13 15:24:31 +0200 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-03-13 15:24:31 +0200 |
commit | 80098ffa01c5a0f4dd5b99f41c31d51e9dc25762 (patch) | |
tree | a22bbda352a725b6a29f46acf645bc79fc639f60 /vid-app-common/src/main/webapp/app/vid/scripts/constants | |
parent | 07f0f107427ee35ffb721d9bab5b83da62341680 (diff) |
bypassing scheduler for immediate operations
Change-Id: I634763a2065b75b0d550e2896a9352a74dd02b44
Issue-ID: VID-174
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/constants')
-rwxr-xr-x | vid-app-common/src/main/webapp/app/vid/scripts/constants/componentConstants.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/constants/componentConstants.js b/vid-app-common/src/main/webapp/app/vid/scripts/constants/componentConstants.js index fa9ff1c7..a59da058 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/constants/componentConstants.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/constants/componentConstants.js @@ -108,6 +108,7 @@ appDS2 VPN_ID_1 : "1a2b3c4d5e6f", // PATHS + CHANGE_MANAGEMENT_OPERATION_NO_SCHEDULER: "change-management/workflow/@vnfName", GET_WORKFLOW: "change-management/get_vnf_workflow_relation", GET_MSO_WORKFLOWS: "change-management/mso", GET_SCHEDULER_CHANGE_MANAGEMENTS: "change-management/scheduler", |