We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 里面还存在?
${this.$t('serverList.tips.undeploy')}
The text was updated successfully, but these errors were encountered:
提交一个pr?
Sorry, something went wrong.
这个算是逻辑bug了吧?怎么成pr了呢
No branches or pull requests
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 里面还存在?
The text was updated successfully, but these errors were encountered: