-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
2021了bug 还不修复?
https://github.com/TarsCloud/TarsWeb/blob/master/client/src/pages/server/manage.vue
line 815
// 下线服务 undeployServer(server) { if(server.present_state === "active") { this.$tip.error(${this.$t('serverList.tips.undeploy')}); } else { this.$confirm(this.$t('serverList.dlg.msg.undeploy'), this.$t('common.alert')).then(() => { this.addTask(server.id, 'undeploy_tars', { success: this.$t('serverList.undeploy.success'), error: this.$t('serverList.undeploy.failed'), }); }); } },
下线服务不验证服务是否存活启动?启动状态直接下线。cache 里面还存在?
Metadata
Metadata
Assignees
Labels
No labels