Add todo to Endpoint component

This commit is contained in:
Roman Hotsiy 2017-11-14 23:41:20 +02:00
parent 8e6b9e8380
commit bf255a4118
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -36,6 +36,8 @@ export class Endpoint extends React.PureComponent<EndpointProps, EndpointState>
render() {
const { operation } = this.props;
const { expanded } = this.state;
// TODO: highlight server variables, e.g. https://{user}.test.com
return (
<OperationEndpointWrap>
<EndpointInfo onClick={this.toggle} expanded={expanded}>