Merge pull request #2900 from wenottingham/f-branch

Fix paste-o in tooltip.
This commit is contained in:
Akita Noek
2016-07-11 12:26:42 -04:00
committed by GitHub

View File

@@ -55,7 +55,7 @@ export default function(){
icon: 'fa-edit', icon: 'fa-edit',
label: 'Edit', label: 'Edit',
"class": 'btn-sm', "class": 'btn-sm',
awToolTip: 'Edit credential', awToolTip: 'Edit inventory script',
dataPlacement: 'top' dataPlacement: 'top'
}, },
"delete": { "delete": {
@@ -63,7 +63,7 @@ export default function(){
icon: 'fa-trash', icon: 'fa-trash',
label: 'Delete', label: 'Delete',
"class": 'btn-sm', "class": 'btn-sm',
awToolTip: 'Delete credential', awToolTip: 'Delete inventory script',
dataPlacement: 'top' dataPlacement: 'top'
} }
} }