mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Job detail page refactor / 2.0 style changes
Removed well and index from primary list pages. Job detail page cleanup. Fixed status filter on host summary list. Incresed # rows kept in memory for each list to 100. Showing unreachable host count on the play, mostly to help debugging.
This commit is contained in:
@@ -16,7 +16,7 @@ angular.module('GroupListDefinition', [])
|
||||
iterator: 'copy_group',
|
||||
selectTitle: 'Copy Groups',
|
||||
editTitle: 'Groups',
|
||||
index: true,
|
||||
index: false,
|
||||
well: false,
|
||||
|
||||
fields: {
|
||||
|
||||
Reference in New Issue
Block a user