mirror of https://github.com/docker/docs.git
ui tweaks
This commit is contained in:
parent
925223a472
commit
210582e14c
|
@ -417,9 +417,17 @@ var ContainerDetails = React.createClass({
|
|||
if (this.state.progress) {
|
||||
body = (
|
||||
<div className="details-progress">
|
||||
<h2>Downloading</h2>
|
||||
<Radial progress={Math.round(this.state.progress * 100)}/>
|
||||
</div>
|
||||
);
|
||||
} else {
|
||||
body = (
|
||||
<div className="details-progress">
|
||||
<h2>Connecting</h2>
|
||||
<Radial spin="true" progress="90"/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
} else {
|
||||
if (this.state.page === this.PAGE_HOME) {
|
||||
|
|
Loading…
Reference in New Issue