-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server Control - Virtual Media #7
Comments
@matijas-1987 are you interested in workin on this story also? |
@derick-montague this issue will be made by Asad but you can assign to me. |
I got errors when using virtual media. This error messages were from Does anyone have any ideas? |
It looks like you opened an issue in the correct repository already, openbmc/phosphor-webui#116. This feature has not been developed in the new UI framework. |
More info: #7 Signed-off-by: Mateusz Gapski <[email protected]> Change-Id: I68f2074e77301c68c425f1e661988c751224b713
More info: openbmc#7 Signed-off-by: Mateusz Gapski <[email protected]> Change-Id: I68f2074e77301c68c425f1e661988c751224b713
Before to get all the Sensors 3 of a chassis, 3 calls were made: /redfish/v1/Chassis/{chassis}/Power /redfish/v1/Chassis/{chassis}/Thermal /redfish/v1/Chassis/{chassis}/Sensors With this change: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/40169 All that is needed is a call to /redfish/v1/Chassis/{chassis}/Sensors Note: The threshold property is optional on some sensors, Optional chaining operator (?.) is used to return undefined if a property does not exist. Signed-off-by: Dixsie Wolmers <[email protected]>
Before to get all the Sensors 3 of a chassis, 3 calls were made: /redfish/v1/Chassis/{chassis}/Power /redfish/v1/Chassis/{chassis}/Thermal /redfish/v1/Chassis/{chassis}/Sensors With this change: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/40169 All that is needed is a call to /redfish/v1/Chassis/{chassis}/Sensors Note: The threshold property is optional on some sensors, Optional chaining operator (?.) is used to return undefined if a property does not exist. Signed-off-by: Dixsie Wolmers <[email protected]>
Before to get all the Sensors 3 of a chassis, 3 calls were made: /redfish/v1/Chassis/{chassis}/Power /redfish/v1/Chassis/{chassis}/Thermal /redfish/v1/Chassis/{chassis}/Sensors With this change: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/40169 All that is needed is a call to /redfish/v1/Chassis/{chassis}/Sensors Note: The threshold property is optional on some sensors, Optional chaining operator (?.) is used to return undefined if a property does not exist. Signed-off-by: Dixsie Wolmers <[email protected]>
Before to get all the Sensors 3 of a chassis, 3 calls were made: /redfish/v1/Chassis/{chassis}/Power /redfish/v1/Chassis/{chassis}/Thermal /redfish/v1/Chassis/{chassis}/Sensors With this change: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/40169 All that is needed is a call to /redfish/v1/Chassis/{chassis}/Sensors Note: The threshold property is optional on some sensors, Optional chaining operator (?.) is used to return undefined if a property does not exist. Signed-off-by: Dixsie Wolmers <[email protected]>
Before to get all the Sensors 3 of a chassis, 3 calls were made: /redfish/v1/Chassis/{chassis}/Power /redfish/v1/Chassis/{chassis}/Thermal /redfish/v1/Chassis/{chassis}/Sensors With this change: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/40169 All that is needed is a call to /redfish/v1/Chassis/{chassis}/Sensors Note: The threshold property is optional on some sensors, Optional chaining operator (?.) is used to return undefined if a property does not exist. Signed-off-by: Dixsie Wolmers <[email protected]>
Before to get all the Sensors 3 of a chassis, 3 calls were made: /redfish/v1/Chassis/{chassis}/Power /redfish/v1/Chassis/{chassis}/Thermal /redfish/v1/Chassis/{chassis}/Sensors With this change: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/40169 All that is needed is a call to /redfish/v1/Chassis/{chassis}/Sensors Note: The threshold property is optional on some sensors, Optional chaining operator (?.) is used to return undefined if a property does not exist. Signed-off-by: Dixsie Wolmers <[email protected]>
Before to get all the Sensors 3 of a chassis, 3 calls were made: /redfish/v1/Chassis/{chassis}/Power /redfish/v1/Chassis/{chassis}/Thermal /redfish/v1/Chassis/{chassis}/Sensors With this change: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/40169 All that is needed is a call to /redfish/v1/Chassis/{chassis}/Sensors Note: The threshold property is optional on some sensors, Optional chaining operator (?.) is used to return undefined if a property does not exist. Signed-off-by: Dixsie Wolmers <[email protected]>
Before to get all the Sensors 3 of a chassis, 3 calls were made: /redfish/v1/Chassis/{chassis}/Power /redfish/v1/Chassis/{chassis}/Thermal /redfish/v1/Chassis/{chassis}/Sensors With this change: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/40169 All that is needed is a call to /redfish/v1/Chassis/{chassis}/Sensors Note: The threshold property is optional on some sensors, Optional chaining operator (?.) is used to return undefined if a property does not exist. Signed-off-by: Dixsie Wolmers <[email protected]>
Before to get all the Sensors 3 of a chassis, 3 calls were made: /redfish/v1/Chassis/{chassis}/Power /redfish/v1/Chassis/{chassis}/Thermal /redfish/v1/Chassis/{chassis}/Sensors With this change: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/40169 All that is needed is a call to /redfish/v1/Chassis/{chassis}/Sensors Note: The threshold property is optional on some sensors, Optional chaining operator (?.) is used to return undefined if a property does not exist. Signed-off-by: Dixsie Wolmers <[email protected]>
Overview
Recreate page in Vue.js
AngularJS Reference
Controllers
Tasks
The text was updated successfully, but these errors were encountered: