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:
chouseknecht
2013-07-11 09:23:36 -04:00
parent 65d4aa50c7
commit 6e28fac463
6 changed files with 255 additions and 224 deletions

View File

@@ -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'
}
},