diff options
author | 2017-04-27 15:54:09 +0800 | |
---|---|---|
committer | 2017-04-27 15:54:32 +0800 | |
commit | ed68e5829139b97d801e2f2629ab25844ba67fd7 (patch) | |
tree | 4f6852965e5c0b541366e719c9207b3c81010467 /performance | |
parent | 8a67262665a9ae18fb622138d151ffe9479deaad (diff) |
add login and logout function
Issue-id: CLIENT-175
Change-Id: Ib4e85aa373617e58992bbe783dcc8cbfb67e37e8
Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'performance')
-rwxr-xr-x | performance/src/main/webapp/performance/js/curAlarmsController.js | 2 | ||||
-rwxr-xr-x | performance/src/main/webapp/performance/js/performanceQueryController.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/performance/src/main/webapp/performance/js/curAlarmsController.js b/performance/src/main/webapp/performance/js/curAlarmsController.js index 33248e63..0ac2a2f1 100755 --- a/performance/src/main/webapp/performance/js/curAlarmsController.js +++ b/performance/src/main/webapp/performance/js/curAlarmsController.js @@ -112,7 +112,7 @@ var vm = avalon.define({ }, $language: { - "sProcessing": "<img src='../common/thirdparty/data-tables/images/loading-spinner-grey.gif'/><span> 处理中...</span>", + "sProcessing": "<img src='/openoui/thirdparty/data-tables/images/loading-spinner-grey.gif'/><span> 处理中...</span>", "sLengthMenu": $.i18n.prop("ngict-fm-iui-table-sLengthMenu"), "sZeroRecords": $.i18n.prop("ngict-fm-iui-table-sZeroRecords"), "sInfo": "<span class='seperator'></span>" + $.i18n.prop("ngict-fm-iui-table-sInfo"), diff --git a/performance/src/main/webapp/performance/js/performanceQueryController.js b/performance/src/main/webapp/performance/js/performanceQueryController.js index 50dc3a89..1b60f50f 100755 --- a/performance/src/main/webapp/performance/js/performanceQueryController.js +++ b/performance/src/main/webapp/performance/js/performanceQueryController.js @@ -483,7 +483,7 @@ pm.query.vmPmQuery = avalon.define({ } ] , $language: { - "sProcessing": "<img src='../common/thirdparty/data-tables/images/loading-spinner-grey.gif'/><span> 处理中...</span>", + "sProcessing": "<img src='/openoui/thirdparty/data-tables/images/loading-spinner-grey.gif'/><span> 处理中...</span>", "sLengthMenu": $.i18n.prop("ngict-log-iui-table-sLengthMenu"), "sZeroRecords": $.i18n.prop("ngict-log-iui-table-sZeroRecords"), "sInfo": "<span class='seperator'> </span>" + $.i18n.prop("ngict-log-iui-table-sInfo"), |