This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new a89ccd0  Update Topology.js (#166)
a89ccd0 is described below

commit a89ccd0feecf3e74a287c44e6f494fc254def10f
Author: Lemon <liuhaoyang1...@hotmail.com>
AuthorDate: Thu May 3 17:02:49 2018 +0800

    Update Topology.js (#166)
---
 src/routes/Topology/Topology.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/routes/Topology/Topology.js b/src/routes/Topology/Topology.js
index 77baa56..a80f812 100644
--- a/src/routes/Topology/Topology.js
+++ b/src/routes/Topology/Topology.js
@@ -97,7 +97,7 @@ export default class Topology extends PureComponent {
     return [
       <Icon type="appstore" onClick={() => redirect(this.props.history, 
'/monitor/application', { key: appInfo.id, label: appInfo.name })} />,
       <Icon type="exception" onClick={() => redirect(this.props.history, 
'/trace', { key: appInfo.id, label: appInfo.name })} />,
-      appInfo.isAlarm ? <Icon type="bell" onClick={() => 
redirect(this.props.history, '/alarm')} /> : null,
+      appInfo.isAlarm ? <Icon type="bell" onClick={() => 
redirect(this.props.history, '/monitor/alarm')} /> : null,
     ];
   }
   render() {

-- 
To stop receiving notification emails like this one, please contact
hanahm...@apache.org.

Reply via email to