mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
Added new help generator to Hosts page.
This commit is contained in:
@@ -88,6 +88,17 @@ angular.module('InventoryHostsFormDefinition', [])
|
||||
dataPlacement: 'bottom',
|
||||
'class': 'btn-xs btn-success',
|
||||
icon: 'icon-plus'
|
||||
},
|
||||
help: {
|
||||
dataPlacement: 'left',
|
||||
icon: "icon-question-sign",
|
||||
mode: 'all',
|
||||
'class': 'btn-xs btn-info btn-help',
|
||||
awToolTip: "<div style=\"padding-top:10px; text-align: left;\"><p>Need help getting started?</p>" +
|
||||
"<p>Click here for help with this page</p></div>",
|
||||
iconSize: 'large',
|
||||
ngClick: "showHelp()",
|
||||
id: "hosts-page-help"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user