Merge pull request #4870 from chrismeyersfsu/fix-4789

tooltip location
This commit is contained in:
Chris Meyers 2017-01-23 15:44:39 -05:00 committed by GitHub
commit 5930fb1a10
2 changed files with 4 additions and 2 deletions

View File

@ -96,7 +96,8 @@ export default
awToolTip: "Create a new group",
actionClass: 'btn List-buttonSubmit',
buttonContent: '+ ADD GROUP',
ngShow: 'canAdd'
ngShow: 'canAdd',
dataPlacement: "top",
}
},

View File

@ -114,7 +114,8 @@ export default
awToolTip: "Create a new host",
actionClass: 'btn List-buttonSubmit',
buttonContent: '+ ADD HOST',
ngShow: 'canAdd'
ngShow: 'canAdd',
dataPlacement: "top",
}
}