Fix retry

This commit is contained in:
Jeffrey Morgan 2015-03-01 18:55:37 -05:00
parent 6fd6113502
commit 3396ed1b8f
2 changed files with 1 additions and 2 deletions

View File

@ -165,7 +165,6 @@ var Containers = React.createClass({
}
var button;
console.log(this.state.downloading);
if (this.state.downloading) {
button = (
<OverlayTrigger placement="bottom" overlay={<Tooltip>Only one container can be downloaded at a time.</Tooltip>}>

View File

@ -105,7 +105,7 @@ var Setup = React.createClass({
<h1>Couldn&#39;t Install Requirements</h1>
<p>Kitematic didn&#39;t receive the administrative privileges required to install or upgrade VirtualBox &amp; Docker.</p>
<p>Please click retry. If VirtualBox is not installed, you can download &amp; install it manually from the <a onClick={this.handleOpenWebsite}>official Oracle website</a>.</p>
<p><button className="btn btn-action" onClick={this.handleRetry}>Retry</button></p>
<p><button className="btn btn-action" onClick={this.handleCancelRetry}>Retry</button></p>
</div>
</div>
</div>