perf: add created_by field

This commit is contained in:
wangruidong
2024-10-09 16:10:44 +08:00
committed by w940853815
parent d1c0aca4ff
commit d5f16e90e2
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ export default {
url: '/api/v1/ops/adhocs/', url: '/api/v1/ops/adhocs/',
columnsShow: { columnsShow: {
min: ['name', 'actions'], min: ['name', 'actions'],
default: ['name', 'module', 'args', 'comment', 'scope', 'date_created', 'actions'] default: ['name', 'module', 'args', 'comment', 'scope', 'date_created', 'actions', 'created_by']
}, },
columnsMeta: { columnsMeta: {
name: { name: {

View File

@@ -24,7 +24,7 @@ export default {
url: '/api/v1/ops/playbooks/', url: '/api/v1/ops/playbooks/',
columnsShow: { columnsShow: {
min: ['name', 'actions'], min: ['name', 'actions'],
default: ['name', 'comment', 'scope', 'date_created', 'actions'] default: ['name', 'comment', 'scope', 'date_created', 'actions', 'created_by']
}, },
columnsMeta: { columnsMeta: {
name: { name: {