mirror of
https://github.com/docker/docs.git
synced 2026-04-13 06:46:36 +07:00
Lower virtual box req. Fix upgrade
This commit is contained in:
@@ -83,10 +83,10 @@ var Setup = React.createClass({
|
||||
</div>
|
||||
<div className="desc">
|
||||
<div className="content">
|
||||
<h4>Installation Cancelled</h4>
|
||||
<h1>Couldn't Install</h1>
|
||||
<h4>Setup Cancelled</h4>
|
||||
<h1>Couldn't Install Requirements</h1>
|
||||
<p>Kitematic didn't receive the administrative privileges required to install or upgrade VirtualBox & Docker.</p>
|
||||
<p>Please retry or download & install VirutalBox manually from the <a onClick={this.handleOpenWebsite}>official Oracle website</a>.</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>
|
||||
<button className="btn btn-action" onClick={this.handleRetry}>Retry</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -106,7 +106,7 @@ var Setup = React.createClass({
|
||||
</div>
|
||||
<div className="desc">
|
||||
<div className="content">
|
||||
<h4>Installation Error</h4>
|
||||
<h4>Setup Error</h4>
|
||||
<h1>We're Sorry!</h1>
|
||||
<p>There seems to have been an unexpected error with Kitematic:</p>
|
||||
<p className="error">{this.state.error}<br />{this.state.error.message}</p>
|
||||
|
||||
Reference in New Issue
Block a user