Skip to content

下线服务不验证服务是否存活启动 #129

@Arealm

Description

@Arealm

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions