mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Adding data titles for host and project credential popovers
This commit is contained in:
@@ -159,6 +159,7 @@ export default
|
||||
ngShow: "kind.value == 'vmware' || kind.value == 'openstack'",
|
||||
awPopOverWatch: "projectPopOver",
|
||||
awPopOver: "set in helpers/credentials",
|
||||
dataTitle: 'Host',
|
||||
dataPlacement: 'right',
|
||||
dataContainer: "body",
|
||||
autocomplete: false,
|
||||
@@ -315,7 +316,7 @@ export default
|
||||
ngShow: "kind.value == 'gce' || kind.value == 'openstack'",
|
||||
awPopOverWatch: "projectPopOver",
|
||||
awPopOver: "set in helpers/credentials",
|
||||
// dataTitle: 'Project ID',
|
||||
dataTitle: 'Project ID',
|
||||
dataPlacement: 'right',
|
||||
dataContainer: "body",
|
||||
addRequired: false,
|
||||
|
||||
Reference in New Issue
Block a user