mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Fixed pop-help directive so clicking on a help icon or button closes all other help windows. Prior to this help windows would remain open. Clicking on multiple help icons/buttons left help windows allover the screen, especially on Job Template page.
This commit is contained in:
@@ -46,7 +46,9 @@ angular.module('GroupListDefinition', [])
|
||||
mode: 'all',
|
||||
'class': 'btn-small btn-info',
|
||||
awToolTip: 'Click for help',
|
||||
dataTitle: 'Adding Groups'
|
||||
dataTitle: 'Adding Groups',
|
||||
id: 'group-help-button',
|
||||
iconSize: 'large'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user