mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Added a tryForTime on the initial loading of Settings tab to make sure we're not on the status page.
This commit is contained in:
parent
80f2ed76cb
commit
3726d3d5f9
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ define(function (require) {
|
|||
.load('emptyKibana');
|
||||
})
|
||||
.then(function () {
|
||||
return common.tryForTime(5000, function () {
|
||||
return common.tryForTime(25000, function () {
|
||||
return self.remote
|
||||
.get(
|
||||
url.format(_.assign(config.kibana, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue