Home
last modified time | relevance | path

Searched refs:supportsExpandQuery (Results 1 – 3 of 3) sorted by relevance

/openbmc/webui-vue/src/api/composables/
H A DuseRedfishRoot.ts69 export function supportsExpandQuery( function
H A DuseAllSubResources.ts6 supportsExpandQuery,
266 const canExpand = computed(() => supportsExpandQuery(serviceRoot.value));
H A DuseRedfishCollection.ts4 import { useRedfishRoot, supportsExpandQuery } from './useRedfishRoot';
311 const canExpand = computed(() => supportsExpandQuery(serviceRoot.value));