Lower virtual box req. Fix upgrade

This commit is contained in:
Jeffrey Morgan
2015-02-24 19:32:22 -05:00
parent 6223df9ae4
commit 0a033e807b
10 changed files with 19 additions and 33 deletions

View File

@@ -83,10 +83,10 @@ var Setup = React.createClass({
</div>
<div className="desc">
<div className="content">
<h4>Installation Cancelled</h4>
<h1>Couldn&#39;t Install</h1>
<h4>Setup Cancelled</h4>
<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 retry or download &amp; 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 &amp; 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&#39;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>