mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 16:32:28 +00:00
perf: add created_by field
This commit is contained in:
@@ -17,7 +17,7 @@ export default {
|
||||
url: '/api/v1/ops/adhocs/',
|
||||
columnsShow: {
|
||||
min: ['name', 'actions'],
|
||||
default: ['name', 'module', 'args', 'comment', 'scope', 'date_created', 'actions']
|
||||
default: ['name', 'module', 'args', 'comment', 'scope', 'date_created', 'actions', 'created_by']
|
||||
},
|
||||
columnsMeta: {
|
||||
name: {
|
||||
|
@@ -24,7 +24,7 @@ export default {
|
||||
url: '/api/v1/ops/playbooks/',
|
||||
columnsShow: {
|
||||
min: ['name', 'actions'],
|
||||
default: ['name', 'comment', 'scope', 'date_created', 'actions']
|
||||
default: ['name', 'comment', 'scope', 'date_created', 'actions', 'created_by']
|
||||
},
|
||||
columnsMeta: {
|
||||
name: {
|
||||
|
Reference in New Issue
Block a user