Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #218 from jjlu521016/master
Browse files Browse the repository at this point in the history
fix topology page "Filter application"  no items
  • Loading branch information
hanahmily committed Jan 9, 2019
2 parents 2372ccb + 6903b7c commit 4fac88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Topology/Topology.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export default class Topology extends PureComponent {
tokenSeparators={[',']}
value={appFilters}
>
{data.getGlobalTopology.nodes.filter(_ => _.sla)
{data.getGlobalTopology.nodes.filter(_ => _.isReal)
.map(_ => <Option key={_.name}>{_.name}</Option>)}
</Select>
<Popover content={content} title="Info">
Expand Down

0 comments on commit 4fac88c

Please sign in to comment.