Searched refs:TableRowExpandMixin (Results 1 – 12 of 12) sorted by relevance
/openbmc/webui-vue/src/components/Mixins/ |
H A D | TableRowExpandMixin.js | 4 const TableRowExpandMixin = { class 17 export default TableRowExpandMixin;
|
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
H A D | InventoryTableAssembly.vue | 75 import TableRowExpandMixin, { 77 } from '@/components/Mixins/TableRowExpandMixin'; 84 mixins: [BVToastMixin, TableRowExpandMixin, DataFormatterMixin],
|
H A D | InventoryTableChassis.vue | 128 import TableRowExpandMixin, { 130 } from '@/components/Mixins/TableRowExpandMixin'; 137 mixins: [BVToastMixin, TableRowExpandMixin, DataFormatterMixin],
|
H A D | InventoryTableSystem.vue | 141 import TableRowExpandMixin, { 143 } from '@/components/Mixins/TableRowExpandMixin'; 150 mixins: [BVToastMixin, TableRowExpandMixin, DataFormatterMixin],
|
H A D | InventoryTableFans.vue | 119 import TableRowExpandMixin, { 121 } from '@/components/Mixins/TableRowExpandMixin'; 128 TableRowExpandMixin,
|
H A D | InventoryTablePowerSupplies.vue | 140 import TableRowExpandMixin, { 142 } from '@/components/Mixins/TableRowExpandMixin'; 149 TableRowExpandMixin,
|
H A D | InventoryTableBmcManager.vue | 169 import TableRowExpandMixin, { 171 } from '@/components/Mixins/TableRowExpandMixin'; 178 mixins: [BVToastMixin, TableRowExpandMixin, DataFormatterMixin],
|
H A D | InventoryTableProcessors.vue | 172 import TableRowExpandMixin, { 174 } from '@/components/Mixins/TableRowExpandMixin'; 182 TableRowExpandMixin,
|
H A D | InventoryTableDimmSlot.vue | 203 import TableRowExpandMixin, { 205 } from '@/components/Mixins/TableRowExpandMixin'; 213 TableRowExpandMixin,
|
/openbmc/webui-vue/docs/guide/components/table/ |
H A D | index.md | 137 [TableRowExpandMixin](https://github.com/openbmc/webui-vue/blob/master/src/components/Mixins/TableR… 152 2. Include the `TableRowExpandMixin` to handle the dynamic aria label, title, 181 import TableRowExpandMixin, { expandRowLabel } from '@/components/Mixins/TableRowExpandMixin'; 185 mixins: [ TableRowExpandMixin ],
|
/openbmc/webui-vue/src/views/Logs/PostCodeLogs/ |
H A D | PostCodeLogs.vue | 183 import TableRowExpandMixin, { 185 } from '@/components/Mixins/TableRowExpandMixin'; 212 TableRowExpandMixin,
|
/openbmc/webui-vue/src/views/Logs/EventLogs/ |
H A D | EventLogs.vue | 275 import TableRowExpandMixin, { 277 } from '@/components/Mixins/TableRowExpandMixin'; 309 TableRowExpandMixin,
|