Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
f01fc2ac02 |
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ export function getStatus(ctx) {
|
||||||
active: active,
|
active: active,
|
||||||
latestInstalled: installed,
|
latestInstalled: installed,
|
||||||
updated: appDb.updater,
|
updated: appDb.updater,
|
||||||
running: app.running,
|
running: app.running || app.ctx.version,
|
||||||
updating: app.updating,
|
updating: app.updating,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "sc-manager",
|
"name": "sc-manager",
|
||||||
"version": "2.0.5",
|
"version": "2.0.6",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue