mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-03 13:21:48 -05:00
Add functional popover directive
This commit is contained in:
@@ -5,7 +5,9 @@ function AddCredentialsController (credentialType) {
|
||||
label: {
|
||||
text: 'Name',
|
||||
required: true,
|
||||
popover: {}
|
||||
popover: {
|
||||
text: 'a, b, c'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -23,7 +25,9 @@ function AddCredentialsController (credentialType) {
|
||||
label: {
|
||||
text: 'Type',
|
||||
required: true,
|
||||
popover: {}
|
||||
popover: {
|
||||
text: 'x, y, z'
|
||||
}
|
||||
},
|
||||
placeholder: 'Select a Type',
|
||||
text: 'kind',
|
||||
|
||||
Reference in New Issue
Block a user