mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -02:30
fix ternary that was hiding the search and action buttons for related lists
This commit is contained in:
@@ -1782,7 +1782,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
||||
|
||||
html += `
|
||||
<div class=\"row\"
|
||||
ng-show=\"${collection.hideSearchAndActions ? true : false}\">
|
||||
ng-show=\"${collection.hideSearchAndActions ? false : true}\">
|
||||
<div class=\"col-lg-8\"
|
||||
ng-show=\"${collection.iterator}Loading == true ||
|
||||
${collection.iterator}_active_search == true || (
|
||||
|
||||
Reference in New Issue
Block a user