mirror of https://github.com/docker/docs.git
Removed old comment for dockerUtil restart
Signed-off-by: TeckniX <lokitek@gmail.com>
This commit is contained in:
parent
ee5ad39667
commit
d0b6749193
|
@ -83,7 +83,6 @@ var ContainerDetailsSubheader = React.createClass({
|
||||||
handleRestart: function () {
|
handleRestart: function () {
|
||||||
if (!this.disableRestart()) {
|
if (!this.disableRestart()) {
|
||||||
metrics.track('Restarted Container');
|
metrics.track('Restarted Container');
|
||||||
//dockerUtil.restart(this.props.container.Name);
|
|
||||||
containerActions.restart(this.props.container.Name);
|
containerActions.restart(this.props.container.Name);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue