Searched refs:sortStatus (Results 1 – 6 of 6) sorted by relevance
/openbmc/webui-vue/src/components/Mixins/ |
H A D | TableSortMixin.js | 5 sortStatus(a, b, key) { method in TableSortMixin.methods
|
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/ |
H A D | Sensors.vue | 240 return this.sortStatus(a, b, key);
|
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
H A D | InventoryTableFans.vue | 200 return this.sortStatus(a, b, key);
|
H A D | InventoryTablePowerSupplies.vue | 221 return this.sortStatus(a, b, key);
|
H A D | InventoryTableDimmSlot.vue | 281 return this.sortStatus(a, b, key);
|
/openbmc/webui-vue/src/views/Logs/EventLogs/ |
H A D | EventLogs.vue | 542 return this.sortStatus(a, b, key);
|