mirror of
https://github.com/docker/docs.git
synced 2026-04-13 14:56:12 +07:00
Fix error with permissions when setting up CLI tools. Better error messages and reporting
This commit is contained in:
@@ -127,7 +127,7 @@ var Setup = React.createClass({
|
||||
<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>
|
||||
<p className="error">{this.state.error.message || this.state.error}</p>
|
||||
<p><button className="btn btn-action" disabled={this.state.retrying} onClick={this.handleErrorRetry}>Retry Setup</button></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user