Add repair app configure view
This commit is contained in:
@@ -149,7 +149,10 @@ export default {
|
||||
if (!confirmed) return;
|
||||
|
||||
this.busyRestart = true;
|
||||
await this.appsModel.restart(this.id);
|
||||
|
||||
const [error] = await this.appsModel.restart(this.id);
|
||||
if (error) return console.error(error);
|
||||
|
||||
this.busyRestart = false;
|
||||
},
|
||||
async connect(retry = false) {
|
||||
|
||||
Reference in New Issue
Block a user