This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/develop by this push:
new 480aada remove feature label
480aada is described below
commit 480aada987fdf728878c91e38b37e4d7202d8334
Author: nzomkxia <[email protected]>
AuthorDate: Sat Jan 19 16:54: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