feat: add download instance log button
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
@@ -220,5 +220,6 @@ export default {
|
||||
'common.options.all': '全部',
|
||||
'common.options.none': '无',
|
||||
'common.options.auto': '自动',
|
||||
'common.search.empty': '未找到匹配结果'
|
||||
'common.search.empty': '未找到匹配结果',
|
||||
'common.button.downloadLog': '下载日志'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user