From 78f561032a62cf21ef43615aa4ba3ccbdd5fc596 Mon Sep 17 00:00:00 2001 From: 覃亮10184303 Date: Fri, 22 Sep 2017 17:11:13 +0800 Subject: Integrate esr-gui with server for vnfm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: AAI-348 Change-Id: If9685418a38d2b8b2b3dfee6ebbcda369b00edc7 Signed-off-by: 覃亮10184303 --- portal/src/main/webapp/extsys/vnfm/js/commonUtil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portal/src/main/webapp/extsys/vnfm/js/commonUtil.js') 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: "  " + $.i18n.prop("nfv-nso-iui-common-tip"), + title: "  Tips: ", message: message }, { type: type -- cgit 1.2.3-korg