This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch 0.1-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/0.1-release by this push:
new f369ec3 remove feature label on service Test
f369ec3 is described below
commit f369ec3fa20e30fa0efd278ae9977e8983eaf985
Author: nzomkxia <[email protected]>
AuthorDate: Tue Jan 29 14:16:35 2019 +0800
remove feature label on service Test
---
dubbo-admin-frontend/src/api/menu.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-admin-frontend/src/api/menu.js
b/dubbo-admin-frontend/src/api/menu.js
index af5868d..fba2a05 100644
--- a/dubbo-admin-frontend/src/api/menu.js
+++ b/dubbo-admin-frontend/src/api/menu.js
@@ -30,7 +30,7 @@ const Menu = [
{ title: 'loadBalance', path: '/governance/loadbalance' }
]
},
- { title: 'serviceTest', path: '/test', icon: 'code', badge: 'feature' },
+ { title: 'serviceTest', path: '/test', icon: 'code' },
{ title: 'serviceMock', path: '/mock', icon: 'build', badge: 'feature' },
{ title: 'metrics', path: '/metrics', icon: 'show_chart', badge: 'feature' },
{ title: 'configManage', path: '/management', icon: 'build' }