summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0002-add-new-dimm-fields.patch
blob: 0b3cdd647526bbc833d30cf8d8e2073133ec9cde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From b2fed2b2735851248931753a70e8135318b51661 Mon Sep 17 00:00:00 2001
From: eportnov <eportnov@ibs.ru>
Date: Fri, 8 Jul 2022 16:40:06 +0300
Subject: [PATCH] add new dimm fields

---
 src/store/modules/HardwareStatus/MemoryStore.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/store/modules/HardwareStatus/MemoryStore.js b/src/store/modules/HardwareStatus/MemoryStore.js
index fd8f0a9..ff0b00f 100644
--- a/src/store/modules/HardwareStatus/MemoryStore.js
+++ b/src/store/modules/HardwareStatus/MemoryStore.js
@@ -26,6 +26,7 @@ const MemoryStore = {
           SparePartNumber,
           Description,
           MemoryType,
+          Model,
           MemorySize,
           LocationIndicatorActive,
           Location,
@@ -45,6 +46,7 @@ const MemoryStore = {
           sparePartNumber: SparePartNumber,
           description: Description,
           memoryType: MemoryType,
+          model: Model,
           memorySize: MemorySize,
           identifyLed: LocationIndicatorActive,
           uri: data['@odata.id'],