Skip to content

Commit

Permalink
Add more details to stream connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmundo Alvarez committed Mar 3, 2016
1 parent df1545c commit e432701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/web/pipeline-connections/Connection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ const Connection = React.createClass({

return (
<EntityListItem title={`Stream "${this.props.stream.title}"`}
titleSuffix={`Connected to ${this.props.pipelines.length === 1 ? '1 pipeline' : `${this.props.pipelines.length} pipelines`}`}
description={this.props.stream.description}
actions={actions}
contentRow={content}/>
);
Expand Down

0 comments on commit e432701

Please sign in to comment.