mirror of https://github.com/docker/docs.git
Fix retry
This commit is contained in:
parent
6fd6113502
commit
3396ed1b8f
|
@ -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>}>
|
||||
|
|
|
@ -105,7 +105,7 @@ var Setup = React.createClass({
|
|||
<h1>Couldn't Install Requirements</h1>
|
||||
<p>Kitematic didn't receive the administrative privileges required to install or upgrade VirtualBox & Docker.</p>
|
||||
<p>Please click retry. If VirtualBox is not installed, you can download & 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>
|
||||
|
|
Loading…
Reference in New Issue