mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 14:25:05 -02:30
AC-201 Added help to Job Hosts Summary page. Added logic to the Attr method used in form generator and list generator to support icon sizing.
This commit is contained in:
@@ -79,6 +79,22 @@ angular.module('JobHostDefinition', [])
|
||||
"class": 'btn btn-small',
|
||||
awToolTip: 'View job events',
|
||||
mode: 'all'
|
||||
},
|
||||
help: {
|
||||
awPopOver: "<dl>\n<dt>Success</dt><dd>Tasks successfully executed on the host.</dd>\n" +
|
||||
"<dt>Changed</dt><dd>Actions taken on the host.</dd>\n" +
|
||||
"<dt>Failure</dt><dd>Tasks that failed on the host.</dd>\n" +
|
||||
"<dt>Unreachable</dt><dd>Times the ansible server could not reach the host.</dd>\n" +
|
||||
"<dt>Skipped</dt><dd>Tasks bypassed and not performed on the host due to prior task failure or the host being unreachable.</dd>\n" +
|
||||
"</dl>\n",
|
||||
dataPlacement: 'right',
|
||||
dataContainer: ".container",
|
||||
icon: "icon-question-sign",
|
||||
mode: 'all',
|
||||
'class': 'btn-info btn-mini btn-help',
|
||||
awToolTip: 'Click for help',
|
||||
dataTitle: 'Job Host Summary',
|
||||
iconSize: 'large'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user