Home
last modified time | relevance | path

Searched refs:isFetching (Results 1 – 2 of 2) sorted by relevance

/openbmc/webui-vue/src/components/Composables/
H A DuseSensors.ts126 isFetching, constant
141 isFetching,
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue137 const { data: sensorsData, isLoading, isFetching } = useSensors();
211 const isBusy = computed(() => isLoading.value || isFetching.value);
256 () => isLoading.value || isFetching.value,