aboutsummaryrefslogtreecommitdiffstats
path: root/performance/src
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-04-27 15:54:09 +0800
committershentao <shentao@chinamobile.com>2017-04-27 15:54:32 +0800
commited68e5829139b97d801e2f2629ab25844ba67fd7 (patch)
tree4f6852965e5c0b541366e719c9207b3c81010467 /performance/src
parent8a67262665a9ae18fb622138d151ffe9479deaad (diff)
add login and logout function
Issue-id: CLIENT-175 Change-Id: Ib4e85aa373617e58992bbe783dcc8cbfb67e37e8 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'performance/src')
-rwxr-xr-xperformance/src/main/webapp/performance/js/curAlarmsController.js2
-rwxr-xr-xperformance/src/main/webapp/performance/js/performanceQueryController.js2
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>&nbsp;&nbsp;处理中...</span>",
+ "sProcessing": "<img src='/openoui/thirdparty/data-tables/images/loading-spinner-grey.gif'/><span>&nbsp;&nbsp;处理中...</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>&nbsp;&nbsp;处理中...</span>",
+ "sProcessing": "<img src='/openoui/thirdparty/data-tables/images/loading-spinner-grey.gif'/><span>&nbsp;&nbsp;处理中...</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"),