mirror of https://github.com/apache/lucene.git
SOLR-8993: Refresh status after we get handlers
This commit is contained in:
parent
6dd228c117
commit
1dd50d0747
|
@ -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 () {
|
||||
|
|
Loading…
Reference in New Issue