Home
last modified time | relevance | path

Searched refs:sortStatus (Results 1 – 6 of 6) sorted by relevance

/openbmc/webui-vue/src/components/Mixins/
H A DTableSortMixin.js5 sortStatus(a, b, key) { method in TableSortMixin.methods
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue240 return this.sortStatus(a, b, key);
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableFans.vue200 return this.sortStatus(a, b, key);
H A DInventoryTablePowerSupplies.vue221 return this.sortStatus(a, b, key);
H A DInventoryTableDimmSlot.vue281 return this.sortStatus(a, b, key);
/openbmc/webui-vue/src/views/Logs/EventLogs/
H A DEventLogs.vue542 return this.sortStatus(a, b, key);