Merge pull request #2777 from jumpserver/pr@dev@perf

perf: 账号收集 web资产 字段优化
This commit is contained in:
feng626
2023-02-23 16:39:44 +08:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ export default {
return {
url: `/api/v1/accounts/gather-account-automations/${this.object.id}/`,
detailFields: [
'name', 'is_periodic',
'id', 'name', 'is_periodic',
{
key: this.$t('xpack.Cloud.RegularlyPerform'),
value: this.object?.periodic_display || ''

View File

@@ -18,7 +18,10 @@ export default {
createRoute: 'WebCreate'
},
tableConfig: {
columnsExclude: ['username_selector', 'password_selector', 'submit_selector', 'script'],
columnsExclude: [
'username_selector', 'password_selector', 'submit_selector',
'script', 'spec_info', 'info', 'auto_info'
],
columnsMeta: {
autofill: {
width: '100px'