mirror of https://github.com/docker/docs.git
Change run to preview.
To reduce the chance of users thinking the run button is to run the container.
This commit is contained in:
parent
7a80890880
commit
f084f01f8c
|
@ -578,7 +578,7 @@ var ContainerDetails = React.createClass({
|
|||
<div className="details-header-actions">
|
||||
<div className="action" onMouseEnter={this.handleItemMouseEnterRun} onMouseLeave={this.handleItemMouseLeaveRun}>
|
||||
<span className="action-icon" onClick={this.handleView}><RetinaImage src="button-run.png"/></span>
|
||||
<span className="btn-label run">Run</span>
|
||||
<span className="btn-label run">Preview</span>
|
||||
</div>
|
||||
<div className="action" onMouseEnter={this.handleItemMouseEnterRestart} onMouseLeave={this.handleItemMouseLeaveRestart}>
|
||||
<span className="action-icon" onClick={this.handleRestart}><RetinaImage src="button-restart.png"/></span>
|
||||
|
|
|
@ -533,7 +533,7 @@
|
|||
color: @brand-action;
|
||||
font-size: 10px;
|
||||
&.run {
|
||||
left: 8px;
|
||||
left: -1px;
|
||||
}
|
||||
&.restart {
|
||||
left: 1px;
|
||||
|
|
Loading…
Reference in New Issue