This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch service-test
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/service-test by this push:
new 0b23302 remove feature label
0b23302 is described below
commit 0b233020a1dbf3cbdb920e2ba75a70f574dc2ffe
Author: nzomkxia <[email protected]>
AuthorDate: Sat Jan 19 16:53:54 2019 +0800
remove feature label
---
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 05c058c..af5868d 100644
--- a/dubbo-admin-frontend/src/api/menu.js
+++ b/dubbo-admin-frontend/src/api/menu.js
@@ -33,7 +33,7 @@ const Menu = [
{ title: 'serviceTest', path: '/test', icon: 'code', badge: 'feature' },
{ title: 'serviceMock', path: '/mock', icon: 'build', badge: 'feature' },
{ title: 'metrics', path: '/metrics', icon: 'show_chart', badge: 'feature' },
- { title: 'configManage', path: '/management', icon: 'build', badge:
'feature' }
+ { title: 'configManage', path: '/management', icon: 'build' }
]
export default Menu