feat: add download instance log button

This commit is contained in:
jialin
2025-02-27 18:03:28 +08:00
parent 4b73457f7f
commit 8464e0ea3f
8 changed files with 201 additions and 35 deletions
+2 -1
View File
@@ -227,5 +227,6 @@ export default {
'common.options.all': 'All',
'common.options.none': 'None',
'common.options.auto': 'Auto',
'common.search.empty': 'No matching results found.'
'common.search.empty': 'No matching results found.',
'common.button.downloadLog': 'Download Log'
};
+2 -1
View File
@@ -220,5 +220,6 @@ export default {
'common.options.all': '全部',
'common.options.none': '无',
'common.options.auto': '自动',
'common.search.empty': '未找到匹配结果'
'common.search.empty': '未找到匹配结果',
'common.button.downloadLog': '下载日志'
};