feat: model list add stop and start button

This commit is contained in:
jialin
2024-12-18 16:13:58 +08:00
parent 57a1af9392
commit f44aee0af4
7 changed files with 54 additions and 69 deletions
+2 -1
View File
@@ -210,5 +210,6 @@ export default {
'common.text.here': 'here',
'common.text.latest': 'Latest',
'common.text.new': 'New',
'common.text.changelog': 'Release Notes'
'common.text.changelog': 'Release Notes',
'common.button.recreate': 'Recreate'
};
+2 -1
View File
@@ -203,5 +203,6 @@ export default {
'common.text.here': '这里',
'common.text.latest': '最新',
'common.text.new': '新',
'common.text.changelog': '更新日志'
'common.text.changelog': '更新日志',
'common.button.recreate': '重新创建'
};