chore: batch start/stop models

This commit is contained in:
jialin
2025-02-17 13:49:55 +08:00
parent 8f7968302d
commit 68a62d689c
10 changed files with 93 additions and 15 deletions
+5 -1
View File
@@ -190,6 +190,9 @@ export default {
'common.stop.confirm': '停止选中的{type},确定吗?',
'common.stop.single.confirm':
'停止 <span style="font-size: 13px;font-weight: 700">{name}</span>,确定吗?',
'common.start.confirm': '启动选中的{type},确定吗?',
'common.start.single.confirm':
'启动 <span style="font-size: 13px;font-weight: 700">{name}</span>,确定吗?',
'common.filter.name': '名称查询',
'common.form.password': '密码',
'common.form.username': '用户名',
@@ -200,7 +203,8 @@ export default {
'common.button.docs': '文档',
'common.button.version': '版本',
'common.title.delete.confirm': '确认删除',
'common.title.stop.confirm': '确认',
'common.title.stop.confirm': '确认停止',
'common.title.start.confirm': '确认启动',
'common.title.recreate.confirm': '确认重新创建',
'common.button.addLabel': '添加标签',
'common.button.addSelector': '添加选择器',