diff --git a/src/views/audits/CommandExecutionList.vue b/src/views/audits/CommandExecutionList.vue index 68b482637..12eb83347 100644 --- a/src/views/audits/CommandExecutionList.vue +++ b/src/views/audits/CommandExecutionList.vue @@ -100,7 +100,7 @@ export default { options: [ { label: this.$t('audits.Hosts'), - value: 'asset__hostname' + value: 'hostname_ip' } ] },