mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Merge pull request #8445 from elastic/jasper/backport/8391/5.x
[backport] PR #8391 to 5.x
This commit is contained in:
commit
8b7bfa7780
1 changed files with 1 additions and 2 deletions
|
@ -81,8 +81,7 @@ uiModules.get('apps/management')
|
|||
}
|
||||
}
|
||||
|
||||
ingest.delete($scope.indexPattern.id)
|
||||
.then($scope.indexPattern.destroy.bind($scope.indexPattern))
|
||||
courier.indexPatterns.delete($scope.indexPattern)
|
||||
.then(refreshKibanaIndex)
|
||||
.then(function () {
|
||||
$location.url('/management/data/index');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue