Change run to preview.

To reduce the chance of users thinking the run button is to run the
container.
This commit is contained in:
Kitematic 2015-02-06 18:10:59 -05:00
parent 7a80890880
commit f084f01f8c
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -533,7 +533,7 @@
color: @brand-action;
font-size: 10px;
&.run {
left: 8px;
left: -1px;
}
&.restart {
left: 1px;