mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 14:34:46 +00:00
Merge pull request #2777 from jumpserver/pr@dev@perf
perf: 账号收集 web资产 字段优化
This commit is contained in:
@@ -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 || ''
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user