Home
last modified time | relevance | path

Searched refs:toggleRowDetails (Results 1 – 11 of 11) sorted by relevance

/openbmc/webui-vue/src/components/Mixins/
H A DTableRowExpandMixin.js6 toggleRowDetails(row) { method in TableRowExpandMixin.methods
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableAssembly.vue21 @click="toggleRowDetails(row)"
H A DInventoryTableFans.vue41 @click="toggleRowDetails(row)"
H A DInventoryTablePowerSupplies.vue41 @click="toggleRowDetails(row)"
H A DInventoryTableSystem.vue19 @click="toggleRowDetails(row)"
H A DInventoryTableChassis.vue19 @click="toggleRowDetails(row)"
H A DInventoryTableBmcManager.vue19 @click="toggleRowDetails(row)"
H A DInventoryTableProcessors.vue40 @click="toggleRowDetails(row)"
H A DInventoryTableDimmSlot.vue41 @click="toggleRowDetails(row)"
/openbmc/webui-vue/docs/guide/components/table/
H A Dindex.md139 need to be included with the expand button. The `toggleRowDetails` method should
168 @click="toggleRowDetails(row)"
/openbmc/webui-vue/src/views/Logs/EventLogs/
H A DEventLogs.vue121 @click="toggleRowDetails(row)"