summaryrefslogtreecommitdiffstats
path: root/monitor/src/main
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 /monitor/src/main
parent8a67262665a9ae18fb622138d151ffe9479deaad (diff)
add login and logout function
Issue-id: CLIENT-175 Change-Id: Ib4e85aa373617e58992bbe783dcc8cbfb67e37e8 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'monitor/src/main')
-rwxr-xr-xmonitor/src/main/webapp/monitor/js/monitorSettingController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/src/main/webapp/monitor/js/monitorSettingController.js b/monitor/src/main/webapp/monitor/js/monitorSettingController.js
index 35ed2265..742b302c 100755
--- a/monitor/src/main/webapp/monitor/js/monitorSettingController.js
+++ b/monitor/src/main/webapp/monitor/js/monitorSettingController.js
@@ -45,7 +45,7 @@ var vm = avalon
}
},
dataTableLanguage: {
- "sProcessing": "<img src='/openoui/common/thirdparty/data-tables/images/loading-spinner-grey.gif'/><span>&nbsp;&nbsp;Loadding...</span>",
+ "sProcessing": "<img src='/openoui/thirdparty/data-tables/images/loading-spinner-grey.gif'/><span>&nbsp;&nbsp;Loadding...</span>",
"sLengthMenu": $.i18n.prop("openo-umc-monitor-iui-table-sLengthMenu"),
"sZeroRecords": $.i18n.prop("openo-umc-monitor-iui-table-sZeroRecords"),
"sInfo": "<span class='seperator'></span>" + $.i18n.prop("openo-umc-monitor-iui-table-sInfo"),