mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Merge pull request #2900 from wenottingham/f-branch
Fix paste-o in tooltip.
This commit is contained in:
commit
f7ecfb13a5
@ -55,7 +55,7 @@ export default function(){
|
||||
icon: 'fa-edit',
|
||||
label: 'Edit',
|
||||
"class": 'btn-sm',
|
||||
awToolTip: 'Edit credential',
|
||||
awToolTip: 'Edit inventory script',
|
||||
dataPlacement: 'top'
|
||||
},
|
||||
"delete": {
|
||||
@ -63,7 +63,7 @@ export default function(){
|
||||
icon: 'fa-trash',
|
||||
label: 'Delete',
|
||||
"class": 'btn-sm',
|
||||
awToolTip: 'Delete credential',
|
||||
awToolTip: 'Delete inventory script',
|
||||
dataPlacement: 'top'
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user