Searched refs:expandRowLabel (Results 1 – 12 of 12) sorted by relevance
/openbmc/webui-vue/src/components/Mixins/ |
H A D | TableRowExpandMixin.js | 2 export const expandRowLabel = i18n.global.t('global.table.expandTableRow'); constant 9 ? (this.expandRowLabel = i18n.global.t('global.table.expandTableRow')) 10 : (this.expandRowLabel = i18n.global.t(
|
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
H A D | InventoryTableAssembly.vue | 19 :title="expandRowLabel" 24 <span class="sr-only">{{ expandRowLabel }}</span> 76 expandRowLabel, 119 expandRowLabel: expandRowLabel,
|
H A D | InventoryTableSystem.vue | 17 :title="expandRowLabel" 22 <span class="sr-only">{{ expandRowLabel }}</span> 142 expandRowLabel, 189 expandRowLabel: expandRowLabel,
|
H A D | InventoryTableChassis.vue | 17 :title="expandRowLabel" 22 <span class="sr-only">{{ expandRowLabel }}</span> 129 expandRowLabel, 170 expandRowLabel: expandRowLabel,
|
H A D | InventoryTableFans.vue | 39 :title="expandRowLabel" 44 <span class="sr-only">{{ expandRowLabel }}</span> 120 expandRowLabel, 177 expandRowLabel: expandRowLabel,
|
H A D | InventoryTablePowerSupplies.vue | 39 :title="expandRowLabel" 44 <span class="sr-only">{{ expandRowLabel }}</span> 141 expandRowLabel, 198 expandRowLabel: expandRowLabel,
|
H A D | InventoryTableBmcManager.vue | 17 :title="expandRowLabel" 22 <span class="sr-only">{{ expandRowLabel }}</span> 170 expandRowLabel, 210 expandRowLabel: expandRowLabel,
|
H A D | InventoryTableProcessors.vue | 38 :title="expandRowLabel" 43 <span class="sr-only">{{ expandRowLabel }}</span> 173 expandRowLabel, 233 expandRowLabel: expandRowLabel,
|
H A D | InventoryTableDimmSlot.vue | 39 :title="expandRowLabel" 44 <span class="sr-only">{{ expandRowLabel }}</span> 204 expandRowLabel, 258 expandRowLabel: expandRowLabel,
|
/openbmc/webui-vue/src/views/Logs/EventLogs/ |
H A D | EventLogs.vue | 118 :aria-label="expandRowLabel" 119 :title="expandRowLabel" 276 expandRowLabel, 388 expandRowLabel,
|
/openbmc/webui-vue/docs/guide/components/table/ |
H A D | index.md | 166 :aria-label="expandRowLabel" 167 :title="expandRowLabel" 181 import TableRowExpandMixin, { expandRowLabel } from '@/components/Mixins/TableRowExpandMixin'; 197 expandRowLabel
|
/openbmc/webui-vue/src/views/Logs/PostCodeLogs/ |
H A D | PostCodeLogs.vue | 184 expandRowLabel, 253 expandRowLabel,
|