mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Latest changes to add ID attribute to all elements. Lists and tables now have IDs.
This commit is contained in:
@@ -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'
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user