mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Display inventory source name rather than group name in workflow editor
This commit is contained in:
@@ -16,7 +16,6 @@ export default {
|
|||||||
fields: {
|
fields: {
|
||||||
name: {
|
name: {
|
||||||
label: 'Name',
|
label: 'Name',
|
||||||
ngBind: 'inventory_source.summary_fields.group.name',
|
|
||||||
columnClass: 'col-md-11',
|
columnClass: 'col-md-11',
|
||||||
simpleTip: {
|
simpleTip: {
|
||||||
awToolTip: "Inventory: {{inventory_source.summary_fields.inventory.name}}",
|
awToolTip: "Inventory: {{inventory_source.summary_fields.inventory.name}}",
|
||||||
|
|||||||
Reference in New Issue
Block a user