Home
last modified time | relevance | path

Searched refs:TableRowExpandMixin (Results 1 – 12 of 12) sorted by relevance

/openbmc/webui-vue/src/components/Mixins/
H A DTableRowExpandMixin.js4 const TableRowExpandMixin = { class
15 export default TableRowExpandMixin;
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableAssembly.vue75 import TableRowExpandMixin, {
77 } from '@/components/Mixins/TableRowExpandMixin';
82 mixins: [BVToastMixin, TableRowExpandMixin, DataFormatterMixin],
H A DInventoryTableSystem.vue141 import TableRowExpandMixin, {
143 } from '@/components/Mixins/TableRowExpandMixin';
148 mixins: [BVToastMixin, TableRowExpandMixin, DataFormatterMixin],
H A DInventoryTableChassis.vue128 import TableRowExpandMixin, {
130 } from '@/components/Mixins/TableRowExpandMixin';
135 mixins: [BVToastMixin, TableRowExpandMixin, DataFormatterMixin],
H A DInventoryTableFans.vue119 import TableRowExpandMixin, {
121 } from '@/components/Mixins/TableRowExpandMixin';
126 TableRowExpandMixin,
H A DInventoryTableBmcManager.vue169 import TableRowExpandMixin, {
171 } from '@/components/Mixins/TableRowExpandMixin';
176 mixins: [BVToastMixin, TableRowExpandMixin, DataFormatterMixin],
H A DInventoryTablePowerSupplies.vue140 import TableRowExpandMixin, {
142 } from '@/components/Mixins/TableRowExpandMixin';
147 TableRowExpandMixin,
H A DInventoryTableProcessors.vue172 import TableRowExpandMixin, {
174 } from '@/components/Mixins/TableRowExpandMixin';
180 TableRowExpandMixin,
H A DInventoryTableDimmSlot.vue203 import TableRowExpandMixin, {
205 } from '@/components/Mixins/TableRowExpandMixin';
211 TableRowExpandMixin,
/openbmc/webui-vue/docs/guide/components/table/
H A Dindex.md137 [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 DPostCodeLogs.vue183 import TableRowExpandMixin, {
185 } from '@/components/Mixins/TableRowExpandMixin';
210 TableRowExpandMixin,
/openbmc/webui-vue/src/views/Logs/EventLogs/
H A DEventLogs.vue275 import TableRowExpandMixin, {
277 } from '@/components/Mixins/TableRowExpandMixin';
307 TableRowExpandMixin,