aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortanghua <tang.hua52@zte.com.cn>2016-10-27 11:00:49 +0800
committertanghua <tang.hua52@zte.com.cn>2016-10-27 11:20:00 +0800
commitf4c2150fd64f2722bbc16145cb554c88b9184afa (patch)
tree760a43b01063ef13a2613d5613d1236c0ec22778
parentdfe878321f798e2f221224993f1bee440bb53205 (diff)
OCS-133 microservices homepage should support English and named as "Open-O micro-services"
bug: OCS-133 Issue-Id: OCS-133 change msb homepage title icon and reset title name Change-Id: I1a5541d9a287d2838d8e3f68af2240fb15b5e559 Signed-off-by: tanghua <tang.hua52@zte.com.cn>
-rw-r--r--msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-en-US.properties2
-rw-r--r--msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-zh-CN.properties2
-rw-r--r--msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/openo_logo_16.pngbin0 -> 988 bytes
-rw-r--r--msb-core/apiroute/apiroute-service/src/main/resources/iui-route/index.html2
4 files changed, 3 insertions, 3 deletions
diff --git a/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-en-US.properties b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-en-US.properties
index 8c00440..89acc60 100644
--- a/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-en-US.properties
+++ b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-en-US.properties
@@ -17,7 +17,7 @@
# email: meng.zhaoxing1@zte.com.cn
#
-org_openo_msb_route_title=MicroService Bus
+org_openo_msb_route_title=Open-O micro-services
org_openo_msb_route_sideBar_serviceroute=Service Route
org_openo_msb_route_sideBar_servicediscover=Service Discover
diff --git a/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-zh-CN.properties b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-zh-CN.properties
index 34bc7dc..391ac12 100644
--- a/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-zh-CN.properties
+++ b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-zh-CN.properties
@@ -17,7 +17,7 @@
# email: meng.zhaoxing1@zte.com.cn
#
-org_openo_msb_route_title=ZTE 微服务
+org_openo_msb_route_title=微服务
org_openo_msb_route_sideBar_serviceroute=服务路由
org_openo_msb_route_sideBar_servicediscover=服务发现
diff --git a/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/openo_logo_16.png b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/openo_logo_16.png
new file mode 100644
index 0000000..dd70bbc
--- /dev/null
+++ b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/openo_logo_16.png
Binary files differ
diff --git a/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/index.html b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/index.html
index cc5674b..6b024af 100644
--- a/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/index.html
+++ b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/index.html
@@ -23,7 +23,7 @@
<head lang="en">
<meta charset="UTF-8">
<title id="org_openo_msb_route_title" name_i18n="org_openo_msb_route_ui_i18n"></title>
-<link rel="shortcut icon" href="img/zte_logo_16.gif" />
+<link rel="shortcut icon" href="img/openo_logo_16.png" />
<link
href="js/fontAwesome/css/font-awesome.min.css"
rel="stylesheet" />