Latest changes to add ID attribute to all elements. Lists and tables now have IDs.

This commit is contained in:
chouseknecht
2013-09-18 20:17:16 +00:00
parent bc4f27ef8f
commit 6e7425a046
8 changed files with 88 additions and 72 deletions

View File

@@ -38,7 +38,6 @@ angular.module('GroupListDefinition', [])
'class': 'btn-xs btn-info btn-help pull-right',
awToolTip: 'Click for help',
dataTitle: 'Adding Groups',
id: 'group-help-button',
iconSize: 'large'
}
},

View File

@@ -38,8 +38,7 @@ angular.module('HostListDefinition', [])
'class': 'btn-xs btn-info btn-help',
awToolTip: 'Click for help',
dataTitle: 'Selecting Hosts',
iconSize: 'large',
id: 'host-help-button'
iconSize: 'large'
}
},

View File

@@ -71,8 +71,7 @@ angular.module('ProjectsListDefinition', [])
'class': 'btn-xs btn-info btn-help pull-right',
awToolTip: 'Click for help',
dataTitle: 'Project Status',
iconSize: 'large',
id: 'project-help-button'
iconSize: 'large'
}
},