mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 09:43:32 +00:00
perf: add created_by field
This commit is contained in:
@@ -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: {
|
||||||
|
@@ -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: {
|
||||||
|
Reference in New Issue
Block a user