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 04ca574 update icon
04ca574 is described below
commit 04ca57461701312fee516970f9a8bca09e6bd169
Author: nzomkxia <[email protected]>
AuthorDate: Fri Oct 26 15:17:50 2018 +0800
update icon
---
dubbo-admin-frontend/src/api/menu.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dubbo-admin-frontend/src/api/menu.js
b/dubbo-admin-frontend/src/api/menu.js
index c44eea3..18dabfd 100644
--- a/dubbo-admin-frontend/src/api/menu.js
+++ b/dubbo-admin-frontend/src/api/menu.js
@@ -12,8 +12,8 @@ const Menu = [
{ title: 'Load Balance', path: '/governance/loadbalance' }
]
},
- { title: 'Service Test', path: '/test', icon: 'computer', badge: 'feature' },
- { title: 'Service Mock', path: '/mock', icon: 'computer', badge: 'feature' }
+ { title: 'Service Test', path: '/test', icon: 'code', badge: 'feature' },
+ { title: 'Service Mock', path: '/mock', icon: 'build', badge: 'feature' }
]
export default Menu