Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue117 import { useTableSelection } from '@/components/Composables/useTableSelection';
135 } = useTableSelection();
/openbmc/webui-vue/src/components/Composables/
H A DuseTableSelection.js8 export function useTableSelection(currentPage = ref(1)) { function