Update server/model/monitor.js
This commit is contained in:
parent
d7db40ba52
commit
b2c9ccbeee
@ -761,7 +761,7 @@ class Monitor extends BeanModel {
|
||||
throw Error("Container State is " + res.data.State.Status);
|
||||
}
|
||||
if (res.data.State.Paused) {
|
||||
throw Error("Container is paused");
|
||||
throw Error("Container is in a paused state");
|
||||
}
|
||||
if (res.data.State.Restarting) {
|
||||
bean.status = PENDING;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user