Searched refs:updateIdentifyLedValue (Results 1 – 10 of 10) sorted by relevance
/openbmc/webui-vue/src/store/modules/HardwareStatus/ |
H A D | AssemblyStore.js | 46 async updateIdentifyLedValue({ dispatch }, led) { method in AssemblyStore.actions
|
H A D | ChassisStore.js | 68 async updateIdentifyLedValue({ dispatch }, led) { method in ChassisStore.actions
|
H A D | ProcessorStore.js | 79 async updateIdentifyLedValue({ dispatch }, led) { method in ProcessorStore.actions
|
H A D | MemoryStore.js | 71 async updateIdentifyLedValue({ dispatch }, led) { method in MemoryStore.actions
|
H A D | BmcStore.js | 51 async updateIdentifyLedValue({ dispatch }, led) { method in BmcStore.actions
|
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
H A D | InventoryTableAssembly.vue | 144 .dispatch('assemblies/updateIdentifyLedValue', {
|
H A D | InventoryTableChassis.vue | 188 .dispatch('chassis/updateIdentifyLedValue', {
|
H A D | InventoryTableBmcManager.vue | 221 .dispatch('bmc/updateIdentifyLedValue', {
|
H A D | InventoryTableProcessors.vue | 259 .dispatch('processors/updateIdentifyLedValue', {
|
H A D | InventoryTableDimmSlot.vue | 291 .dispatch('memory/updateIdentifyLedValue', {
|