summaryrefslogtreecommitdiff
path: root/src/store/modules/ResourceManagement/PowerControlStore.js
AgeCommit message (Collapse)AuthorFilesLines
2021-12-28Remove hardcoded chassis in Manage power usageMichalX Szopinski1-6/+22
Simmilar modification to https://gerrit.openbmc-project.xyz/c/openbmc/webui-vue/+/42988 which removes the hardcoded chassis name from url on Manage power usage tab. With this modification we are displaying only informations about first power device. This change also fixes the overwriting existing power cap value on load. Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: Ia164db9f2c50d98bc767c0f4729e9572a2d01da1
2021-08-20Move PowerControlStore to ResourceManagement folderDixsie Wolmers1-0/+60
Store module structure should match the view folder structure The Power page is under the Resource management section, so the store should also be in a similarly named folder. This makes it easier to find when looking for the correct store. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Iada30056eb738b91f35dc4c6b9b42b6b2be8d55c