mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[SLOs] Load overview on refresh (#184020)
## Summary
Load overview on refresh !!
<img width="1482" alt="image"
src="dd6f96c6
-9890-4d65-b2b9-c0e7da86a9ff">
This commit is contained in:
parent
5b38b5a6c0
commit
c17e957724
1 changed files with 2 additions and 1 deletions
|
@ -24,13 +24,14 @@ import { OverViewItem } from './overview_item';
|
|||
|
||||
export function SLOsOverview() {
|
||||
const { state } = useUrlSearchState();
|
||||
const { kqlQuery, filters, tagsFilter, statusFilter } = state;
|
||||
const { kqlQuery, filters, tagsFilter, statusFilter, lastRefresh } = state;
|
||||
|
||||
const { data, isLoading } = useFetchSLOsOverview({
|
||||
kqlQuery,
|
||||
filters,
|
||||
tagsFilter,
|
||||
statusFilter,
|
||||
lastRefresh,
|
||||
});
|
||||
|
||||
const theme = useEuiTheme().euiTheme;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue