Utility functions
The JavaScript for the new dashboard section implements several utility functions.
createSortableMap
| Definition | createSortableMap(funcKeyGenerating, property1, property1Array, property2, property2Array,...); |
| Description | Converts the raw analyses data to map. |
| Parameters |
|
| Return Values | SortableCategoryMap |
updateDashboard
| Definition |
|
| Description | Generic function to fill up the information in the pie chart and table. |
| Parameters |
|
| Return Values | Nothing |
HTMLContentCreator.createSectionHTML
| Definition |
|
| Description | This function generates the HTML layout for the section. It is called when a new dashboard is created. |
| Parameters |
|
| Return Values | Nothing |
HTMLContentCreator.createAnalysisInfo
| Definition | HTMLContentCreator.createAnalysisInfo(tableID, analysisName) |
| Description | Function to create the description string. For example: "For detailed machine specific information, go to BES Analysis AccessAgent Deployment Status." |
| Parameters |
|
| Return Values | Nothing |