Explore: elastic small fixes (#18879)

- Fix cancellation error showing in UI
- Fix display of object values in log rows
This commit is contained in:
Andrej Ocenas
2019-09-04 10:49:09 +02:00
committed by GitHub
parent e0e3a4db54
commit aab224ef29
4 changed files with 9 additions and 2 deletions

View File

@@ -425,6 +425,7 @@ export interface DataQueryError {
status?: string;
statusText?: string;
refId?: string;
cancelled?: boolean;
}
export interface ScopedVar {