You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mi...@apache.org on 2018/11/01 07:50:49 UTC

[incubator-dubbo-ops] branch develop updated: add metrics label

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 2377da8  add metrics label
2377da8 is described below

commit 2377da8b37cc3a38bfbfa46534f5c9f742338dd2
Author: nzomkxia <z8...@gmail.com>
AuthorDate: Thu Nov 1 15:50:37 2018 +0800

    add metrics label
---
 dubbo-admin-frontend/src/api/menu.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dubbo-admin-frontend/src/api/menu.js b/dubbo-admin-frontend/src/api/menu.js
index 4af245e..2aadcfc 100644
--- a/dubbo-admin-frontend/src/api/menu.js
+++ b/dubbo-admin-frontend/src/api/menu.js
@@ -30,7 +30,9 @@ const Menu = [
     ]
   },
   { title: 'Service Test', path: '/test', icon: 'code', badge: 'feature' },
-  { title: 'Service Mock', path: '/mock', icon: 'build', badge: 'feature' }
+  { title: 'Service Mock', path: '/mock', icon: 'build', badge: 'feature' },
+  { title: 'Metrics', path: '/metrics', icon: 'show_chart', badge: 'feature' }
+
 ]
 
 export default Menu