diff --git a/src/ic/ic-dialog.js b/src/ic/ic-dialog.js index 435bb92..f2b0072 100644 --- a/src/ic/ic-dialog.js +++ b/src/ic/ic-dialog.js @@ -55,7 +55,7 @@ class ICDialog extends React.Component { return ( this.onClose(c)} valid={true} @@ -65,23 +65,59 @@ class ICDialog extends React.Component {
-
State: {this.props.ic.state}
-
Category: {this.props.ic.category}
-
Type: {this.props.ic.type}
-
Uptime: {this.props.ic.uptime}
-
Location: {this.props.ic.location}
-
Description: {this.props.ic.description}
-
Websocket URL: {this.props.ic.websocketurl}
-
API URL: {this.props.ic.apiurl}
-
Start parameter scheme:
- + + Name + {this.props.ic.name} + + + UUID + {this.props.ic.uuid} + + + State + {this.props.ic.state} + + + Category + {this.props.ic.category} + + + Type + {this.props.ic.type} + + + Uptime + {moment.duration(this.props.ic.uptime, "seconds").humanize()} + + + Location + {this.props.ic.location} + + + Description + {this.props.ic.description} + + + Websocket URL + {this.props.ic.websocketurl} + + + API URL + {this.props.ic.apiurl} + + + Start parameter schema + + + +