Skip to content

Commit

Permalink
perf: add created_by field
Browse files Browse the repository at this point in the history
  • Loading branch information
w940853815 committed Oct 9, 2024
1 parent d1c0aca commit 26ba117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/ops/Template/Adhoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion src/views/ops/Template/Playbook.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 26ba117

Please sign in to comment.