summaryrefslogtreecommitdiffstats
path: root/portal/src/main/webapp/extsys/ems/js/commonUtil.js
diff options
context:
space:
mode:
author覃亮10184303 <qin.liang13@zte.com.cn>2017-09-20 17:15:09 +0800
committer覃亮10184303 <qin.liang13@zte.com.cn>2017-09-20 17:15:09 +0800
commitce13cec7061af3b55cb6a79b9318b51027af6ebe (patch)
tree5fd237a2d40755327523658f2a735e82c59b5360 /portal/src/main/webapp/extsys/ems/js/commonUtil.js
parent0a29d72ec077a9969434ebdc605f0db735b8fd98 (diff)
Integrate esr-gui with server end for EMS
Change-Id: I3fe5e4203d09528f9a79da5e75108eddcff672d5 Issue-ID: AAI-347 Signed-off-by: 覃亮10184303 <qin.liang13@zte.com.cn>
Diffstat (limited to 'portal/src/main/webapp/extsys/ems/js/commonUtil.js')
-rw-r--r--portal/src/main/webapp/extsys/ems/js/commonUtil.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal/src/main/webapp/extsys/ems/js/commonUtil.js b/portal/src/main/webapp/extsys/ems/js/commonUtil.js
index 44a72f3..6a55212 100644
--- a/portal/src/main/webapp/extsys/ems/js/commonUtil.js
+++ b/portal/src/main/webapp/extsys/ems/js/commonUtil.js
@@ -53,7 +53,7 @@ commonUtil.parseDate = function (dateObj, format) {
commonUtil.showMessage = function (message, type) {
$.growl({
icon: "fa fa-envelope-o fa-lg",
- title: "&nbsp;&nbsp;" + $.i18n.prop("nfv-nso-iui-common-tip"),
+ title: "&nbsp;&nbsp;Tip:",
message: message
}, {
type: type