This commit is contained in:
Jeffrey Morgan 2015-03-05 22:03:12 -05:00
parent fa8f55cc14
commit cdeb9bfd4d
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ var ContainerHome = React.createClass({
if (this.props.error) { if (this.props.error) {
body = ( body = (
<div className="details-progress"> <div className="details-progress">
<h3>There was a problem connecting to the Docker Engine in the VirtualBox VM.<br/>This could be caused because this Mac is currently connected a VPN, blocking access to the VM. If the issue persists, please <a onClick={this.handleErrorClick}>file a ticket on our GitHub repo.</a></h3> <h3>There was a problem connecting to the Docker Engine in the VirtualBox VM.<br/>This could be caused because this Mac is currently connected to a VPN, blocking access to the VM. If the issue persists, please <a onClick={this.handleErrorClick}>file a ticket on our GitHub repo.</a></h3>
<Radial progress={100} error={true} thick={true} transparent={true}/> <Radial progress={100} error={true} thick={true} transparent={true}/>
</div> </div>
); );