Adding data titles for host and project credential popovers

This commit is contained in:
John Mitchell
2015-04-15 15:54:53 -04:00
parent 77024ef4f7
commit afbd06351f

View File

@@ -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,