forked from External/greenlight
GRN2-277: Optimize server recordings to make it useable for large deployments (#2411)
* First changes to server recordings * Update server recordings * Rubocop * Make sure to return nothing for empty searches * Made sure exactly the right amount of recordings are returned * Added test cases
This commit is contained in:
@ -35,6 +35,14 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<% if defined?(search_info) && search_info.present? %>
|
||||
<div class="float-right mt-5">
|
||||
<small>
|
||||
<i class="fas fa-info-circle"></i>
|
||||
<%= search_info %>
|
||||
</small>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
<% else %>
|
||||
<div class="col-12">
|
||||
|
Reference in New Issue
Block a user