mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Merge pull request #2899 from mabashian/event-summary-filter
Fix bug where backspacing event summary host filter would bork the list
This commit is contained in:
commit
e0b619f707
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
<div id="hosts-summary-section" class="section">
|
<div id="hosts-summary-section" class="section">
|
||||||
<div class="JobDetail-instructions" ng-hide="hosts.length == 0 && !searchTerm"><span class="badge">4</span> Please select a host below to view a summary of all associated tasks.</div>
|
<div class="JobDetail-instructions" ng-hide="hosts.length == 0 && !searchTerm && !searchActive"><span class="badge">4</span> Please select a host below to view a summary of all associated tasks.</div>
|
||||||
<div class="JobDetail-searchHeaderRow" ng-hide="hosts.length == 0 && !searchTerm">
|
<div class="JobDetail-searchHeaderRow" ng-hide="hosts.length == 0 && !searchTerm && !searchActive">
|
||||||
<div class="JobDetail-searchContainer form-group">
|
<div class="JobDetail-searchContainer form-group">
|
||||||
<div class="search-name">
|
<div class="search-name">
|
||||||
<form ng-submit="search()">
|
<form ng-submit="search()">
|
||||||
@ -22,7 +22,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="table-header" ng-hide="hosts.length == 0 && !searchTerm">
|
<div class="table-header" ng-hide="hosts.length == 0 && !searchTerm && !searchActive">
|
||||||
<table class="table table-condensed">
|
<table class="table table-condensed">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user