1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

Fix paste-o in tooltip.

Related: #2892
This commit is contained in:
Bill Nottingham 2016-07-11 10:55:45 -04:00
parent 53b705f1bb
commit 3cfc0131e1

View File

@ -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'
}
}