mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 19:37:38 -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 += `
|
html += `
|
||||||
<div class=\"row\"
|
<div class=\"row\"
|
||||||
ng-show=\"${collection.hideSearchAndActions ? true : false}\">
|
ng-show=\"${collection.hideSearchAndActions ? false : true}\">
|
||||||
<div class=\"col-lg-8\"
|
<div class=\"col-lg-8\"
|
||||||
ng-show=\"${collection.iterator}Loading == true ||
|
ng-show=\"${collection.iterator}Loading == true ||
|
||||||
${collection.iterator}_active_search == true || (
|
${collection.iterator}_active_search == true || (
|
||||||
|
|||||||
Reference in New Issue
Block a user