From 1dd50d0747d5876309e8de76cc3981257850c5f5 Mon Sep 17 00:00:00 2001 From: Alexandre Rafalovitch Date: Mon, 15 Aug 2016 22:25:18 +1000 Subject: [PATCH] SOLR-8993: Refresh status after we get handlers --- solr/webapp/web/js/angular/controllers/dataimport.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/solr/webapp/web/js/angular/controllers/dataimport.js b/solr/webapp/web/js/angular/controllers/dataimport.js index ce712ecb84b..d8fbc4fea1c 100644 --- a/solr/webapp/web/js/angular/controllers/dataimport.js +++ b/solr/webapp/web/js/angular/controllers/dataimport.js @@ -52,6 +52,7 @@ solrAdminApp.controller('DataImportController', $('document > entity', xml).each(function (i, element) { $scope.entities.push($(element).attr('name')); }); + $scope.refreshStatus(); } catch (err) { console.log(err); } @@ -59,8 +60,6 @@ solrAdminApp.controller('DataImportController', } $scope.lastUpdate = "unknown"; $scope.lastUpdateUTC = ""; - - $scope.refreshStatus(); }; $scope.toggleDebug = function () {