Added new help generator to Hosts page.

This commit is contained in:
chouseknecht
2013-10-15 16:10:33 -04:00
parent dbdf94d945
commit 78852bfb86
9 changed files with 159 additions and 109 deletions

View File

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