mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
perf: Include 'id' in search and filter fields for AutomationExecution
This commit is contained in:
@@ -137,8 +137,8 @@ export default {
|
||||
getUrlQuery: true,
|
||||
options: [
|
||||
{
|
||||
label: this.$t('TaskID'),
|
||||
value: 'automation_id'
|
||||
label: this.$t('ID'),
|
||||
value: 'id'
|
||||
},
|
||||
{
|
||||
label: this.$t('DisplayName'),
|
||||
|
||||
Reference in New Issue
Block a user