diff --git a/src/views/audits/CommandExecutionList.vue b/src/views/audits/CommandExecutionList.vue index c0969fb57..8d1337d19 100644 --- a/src/views/audits/CommandExecutionList.vue +++ b/src/views/audits/CommandExecutionList.vue @@ -88,8 +88,19 @@ export default { }, headerActions: { hasLeftActions: false, + hasColumnSetting: false, hasImport: false, - hasExport: false + hasExport: false, + searchConfig: { + exclude: ['id', 'asset', 'commandexecution'], + options: [ + { + label: this.$t('audits.Hosts'), + value: 'asset_display' + } + ] + }, + hasSearch: true } }, headerActions: {