mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix reloading object editor clears list (issues/4156)
This commit is contained in:
parent
c5e159e1d7
commit
cf4c185330
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ define(function (require) {
|
|||
});
|
||||
};
|
||||
|
||||
$scope.$watch('state.tab', function (tab) {
|
||||
if (!tab) $scope.changeTab($scope.services[0]);
|
||||
});
|
||||
|
||||
$scope.toggleAll = function () {
|
||||
if ($scope.selectedItems.length === $scope.currentTab.data.length) {
|
||||
$scope.selectedItems.length = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue