summaryrefslogtreecommitdiffstats
path: root/portal/src/main/webapp/extsys/vnfm/js/commonUtil.js
diff options
context:
space:
mode:
author覃亮10184303 <qin.liang13@zte.com.cn>2017-09-22 17:11:13 +0800
committer覃亮10184303 <qin.liang13@zte.com.cn>2017-09-22 17:13:35 +0800
commit78f561032a62cf21ef43615aa4ba3ccbdd5fc596 (patch)
treea79e73e0c6ff9222aa8912fea13e258288c514a0 /portal/src/main/webapp/extsys/vnfm/js/commonUtil.js
parent542b94df5a08d4e2bd68816481986b4963df68c6 (diff)
Integrate esr-gui with server for vnfm
Issue-ID: AAI-348 Change-Id: If9685418a38d2b8b2b3dfee6ebbcda369b00edc7 Signed-off-by: 覃亮10184303 <qin.liang13@zte.com.cn>
Diffstat (limited to 'portal/src/main/webapp/extsys/vnfm/js/commonUtil.js')
-rw-r--r--portal/src/main/webapp/extsys/vnfm/js/commonUtil.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal/src/main/webapp/extsys/vnfm/js/commonUtil.js b/portal/src/main/webapp/extsys/vnfm/js/commonUtil.js
index 44a72f3..081fef1 100644
--- a/portal/src/main/webapp/extsys/vnfm/js/commonUtil.js
+++ b/portal/src/main/webapp/extsys/vnfm/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;Tips: ",
message: message
}, {
type: type