This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch bug/e2e in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git
commit 406c650daee509b00d6a7de1e6077c79959b6a61 Author: hanahmily <[email protected]> AuthorDate: Fri Mar 9 11:05:26 2018 +0800 Typo Topology Map --- 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 e642fe8..7ab3eba 100644 --- a/src/routes/Topology/Topology.js +++ b/src/routes/Topology/Topology.js @@ -42,7 +42,7 @@ export default class Topology extends PureComponent { return ( <Panel globalVariables={this.props.globalVariables} onChange={this.handleChange}> <ChartCard - title="Topolgy Map" + title="Topology Map" > <AppTopology height={this.props.graphHeight} -- To stop receiving notification emails like this one, please contact [email protected].
