diff --git a/frontend/src/components/Terminal.vue b/frontend/src/components/Terminal.vue index 002cc2da7..e824c41fd 100644 --- a/frontend/src/components/Terminal.vue +++ b/frontend/src/components/Terminal.vue @@ -210,12 +210,8 @@ export default { this.$refs.schedulerMenu.toggle(event); }, async onRestartApp() { - if (this.type !== 'app') return; - this.busyRestart = true; - await this.appModel.restart(); - this.busyRestart = false; }, async connect(retry = false) {