diff options
author | 2017-08-10 10:16:34 +0800 | |
---|---|---|
committer | 2017-08-10 10:16:34 +0800 | |
commit | d1225dbb01f0759ef8726fa3ea05ad88c6bf54bc (patch) | |
tree | fadd619629330d91f27ea06a3c87440da512552c /esr/src/main/webapp/extsys/ems/js | |
parent | 21d72c4a80fe2937d0c4ddd20624b27adbcd989b (diff) |
Remove the openo tag for esr-gui repository
Remove the openo tag from code and change the file name about openo
Change-Id: I3f3ecfe88824758484e8364ee51d2b9b0e53818a
Issue-ID: AAI-143
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'esr/src/main/webapp/extsys/ems/js')
-rw-r--r-- | esr/src/main/webapp/extsys/ems/js/emsController.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/esr/src/main/webapp/extsys/ems/js/emsController.js b/esr/src/main/webapp/extsys/ems/js/emsController.js index cf1c763..567af53 100644 --- a/esr/src/main/webapp/extsys/ems/js/emsController.js +++ b/esr/src/main/webapp/extsys/ems/js/emsController.js @@ -32,12 +32,12 @@ var vm = avalon failed: "inactive" }, $restUrl: { - queryEmsInfoUrl: '/openoapi/extsys/v1/emss', - addEmsInfoUrl: '/openoapi/extsys/v1/emss', - updateEmsInfoUrl: '/openoapi/extsys/v1/emss/', - delEmsInfoUrl: '/openoapi/extsys/v1/emss/', + queryEmsInfoUrl: '/onapapi/aai/esr/v1/emss', + addEmsInfoUrl: '/onapapi/aai/esr/v1/emss', + updateEmsInfoUrl: '/onapapi/aai/esr/v1/emss/', + delEmsInfoUrl: '/onapapi/aai/esr/v1/emss/', queryMocUrl: '', - queryVimUrl: '/openoapi/extsys/v1/vims' + queryVimUrl: '/onapapi/aai/esr/v1/vims' }, $htmlText: { saveSuccess: $.i18n.prop("nfv-ems-iui-message-save-success"), |