mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
added a bit of error tracking
This commit is contained in:
parent
916fc12dbe
commit
e34f93ce41
1 changed files with 3 additions and 3 deletions
|
@ -154,7 +154,7 @@ define(function (require) {
|
|||
console.log('An error', err);
|
||||
});
|
||||
|
||||
setupVisualization().then(function () {
|
||||
return setupVisualization().then(function () {
|
||||
$scope.$emit('application.load');
|
||||
});
|
||||
});
|
||||
|
@ -181,7 +181,7 @@ define(function (require) {
|
|||
|
||||
setupVisualization().then(function () {
|
||||
courier.fetch();
|
||||
});
|
||||
}, notify.error);
|
||||
};
|
||||
|
||||
$scope.toggleConfig = function () {
|
||||
|
@ -291,7 +291,7 @@ define(function (require) {
|
|||
}
|
||||
|
||||
refreshColumns();
|
||||
});
|
||||
}, notify.error);
|
||||
}
|
||||
|
||||
// TODO: On array fields, negating does not negate the combination, rather all terms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue