From ff3dac613a56ea9b556162d4e15107c09c7aee9b Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 9 Oct 2017 15:40:39 -0400 Subject: [PATCH] Fix bug in entity search that caused all robots and teams to be non-lazy loaded Should help immensely with repository page load time Fixes https://coreosdev.atlassian.net/browse/QS-30 --- static/directives/entity-search.html | 22 ++++----- static/js/directives/ui/entity-search.js | 62 ++++++++++++++++++------ 2 files changed, 59 insertions(+), 25 deletions(-) diff --git a/static/directives/entity-search.html b/static/directives/entity-search.html index 1259ff508..1ace7fda2 100644 --- a/static/directives/entity-search.html +++ b/static/directives/entity-search.html @@ -7,28 +7,28 @@