Skip to content

Commit

Permalink
Fixes #36881 - Display full hostgroup name in Job Wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Nov 1, 2023
1 parent 527dcda commit 18c97df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/JobWizard/steps/HostsAndInputs/hostgroups.gql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ query($search: String!) {
totalCount
nodes {
id
name
name: title
}
}
}

0 comments on commit 18c97df

Please sign in to comment.