Pass cookies into functionThis was missed in the websocket upgrade.Change-Id: Id2256fa87d728d71790d3046d280449feefe326cSigned-off-by: James Feist <james.feist@linux.intel.com>
Add XSRF token into websocket requestAdd XSRF token so we can implement CRSF checkingon websockets.Tested: Saw it in bmcweb logsChange-Id: Ie9479508bc69fad631f66fb282133ad18d025300Signed-off-
Add XSRF token into websocket requestAdd XSRF token so we can implement CRSF checkingon websockets.Tested: Saw it in bmcweb logsChange-Id: Ie9479508bc69fad631f66fb282133ad18d025300Signed-off-by: James Feist <james.feist@linux.intel.com>
show more ...
Update KVM layout and add open in new window functionality-Adds heading with new layout consistency class name-Adds open in new window functionalityResolves: openbmc/phosphor-webui#81Tested on
Update KVM layout and add open in new window functionality-Adds heading with new layout consistency class name-Adds open in new window functionalityResolves: openbmc/phosphor-webui#81Tested on a Witherspoon with power on and with buildthat allows up to 4 kvm sessions connectedat a time https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/25231.KVM console loads in firefox, chrome, safari, edge and IE11.Opening new window and returning to parent window isfunctional across all browsers.Signed-off-by: Dixsie Wolmers <dixsiew@gmail.com>Change-Id: I32cda025bdd459740ca2b42d573b431fac687860
Fix SoL and KVM refresh bugClicking the refresh button in the app header on the SoL andKVM pages would fail to reload because the wrong element referenceis passed to the contructor after the relo
Fix SoL and KVM refresh bugClicking the refresh button in the app header on the SoL andKVM pages would fail to reload because the wrong element referenceis passed to the contructor after the reload. Angular recommendsusing directives for any DOM manipulation.- Use the $element ref availble in serial-console.js directive to select DOM element to open the terminal- Switch kvm controller to directive to be able to use element ref in the link function to select DOM element to pass as targetSigned-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>Change-Id: Ia7391e42bf335b8c3558d25df15c052db245ee3d