mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 19:37:38 -02:30
Latest UI changes. Related-set key fields now link to the edit/detail page. Job detail page disables correctly. Fixed jobs related set on Job Templates detail page.
This commit is contained in:
@@ -34,6 +34,8 @@ angular.module('RelatedSearchHelper', ['RestServices', 'Utilities','RefreshRelat
|
||||
}
|
||||
scope[form.related[set].iterator + 'SearchType'] = 'contains';
|
||||
scope[form.related[set].iterator + 'SearchTypeLabel'] = 'Contains';
|
||||
scope[form.related[set].iterator + 'SelectShow'] = false;
|
||||
scope[form.related[set].iterator + 'HideSearchType'] = false;
|
||||
}
|
||||
|
||||
// Functions to handle search widget changes
|
||||
|
||||
Reference in New Issue
Block a user