diff options
author | Tan Siewert <tan@siewert.io> | 2025-01-17 21:47:28 +0300 |
---|---|---|
committer | sinuscosinustan <tan@siewert.io> | 2025-01-24 18:39:38 +0300 |
commit | 223fe5b50ee91e95bb3d19b4ae379b99a86eb570 (patch) | |
tree | 663d200acf3751c6e25bffccc3a334e05bfe91c7 /docs/guide/coding-standards | |
parent | a6becfe131bf5912755575de7c4c7fde37bb0ffe (diff) | |
download | webui-vue-223fe5b50ee91e95bb3d19b4ae379b99a86eb570.tar.xz |
inventory: move serial console to system
SerialConsole was deprecated in Manager v1_10_0 and has been
removed in bmcweb [1].
Because the SerialConsole values were not available anymore, the
Managers were not displayed because "setBmcInfo" couldn't find the
"SerialConsole" properties. THe following error will be logged:
```
TypeError: Cannot read properties of undefined (reading 'ConnectTypesSupported')
at Wa.setBmcInfo (app.25e72670.js:58:745295)
at app.25e72670.js:50:2774
at app.25e72670.js:50:10113
at Array.forEach (<anonymous>)
at app.25e72670.js:50:10092
at Wa._withCommit (app.25e72670.js:50:11953)
at Wa.commit (app.25e72670.js:50:10066)
at Wa.commit (app.25e72670.js:50:9518)
at o.commit (app.25e72670.js:50:2216)
at app.25e72670.js:58:745747
```
[1]: https://github.com/openbmc/bmcweb/commit/fa800c8a141aa4b209269e0fb50cae34aa24f75d
Tested: BMC manager being listed in the inventory and serial console
variables being displayed for the system.
Change-Id: I1a24178717805ca50eef2c89042c0bd9ede1d5bc
Signed-off-by: Tan Siewert <tan@siewert.io>
Diffstat (limited to 'docs/guide/coding-standards')
0 files changed, 0 insertions, 0 deletions