aerokube / selenoid-ui

Graphical user interface for Selenoid project
https://aerokube.com/selenoid-ui/latest/
Apache License 2.0
305 stars 76 forks source link

Clipboard: fix a bug about 'copy from selenoid and paste to selenoid' #497

Closed kaylezhangzhaoLin closed 1 year ago

kaylezhangzhaoLin commented 1 year ago

description: Send the request to another container can not use ip=localhost, should use linked container name + port

codecov[bot] commented 1 year ago

Codecov Report

Base: 31.42% // Head: 30.71% // Decreases project coverage by -0.70% :warning:

Coverage data is based on head (f644922) compared to base (8168510). Patch coverage: 4.16% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #497 +/- ## ========================================== - Coverage 31.42% 30.71% -0.71% ========================================== Files 38 38 Lines 732 752 +20 Branches 131 137 +6 ========================================== + Hits 230 231 +1 - Misses 441 458 +17 - Partials 61 63 +2 ``` | Flag | Coverage Δ | | |---|---|---| | go | `30.71% <4.16%> (-0.71%)` | :arrow_down: | | ui | `22.59% <4.16%> (-0.62%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aerokube#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/aerokube/selenoid-ui/pull/497?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aerokube) | Coverage Δ | | |---|---|---| | [ui/src/components/VncCard/index.js](https://codecov.io/gh/aerokube/selenoid-ui/pull/497/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aerokube#diff-dWkvc3JjL2NvbXBvbmVudHMvVm5jQ2FyZC9pbmRleC5qcw==) | `0.00% <0.00%> (ø)` | | | [ui/src/setupProxy.js](https://codecov.io/gh/aerokube/selenoid-ui/pull/497/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aerokube#diff-dWkvc3JjL3NldHVwUHJveHkuanM=) | `0.00% <0.00%> (ø)` | | | [ui/src/components/VncCard/style.css.js](https://codecov.io/gh/aerokube/selenoid-ui/pull/497/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aerokube#diff-dWkvc3JjL2NvbXBvbmVudHMvVm5jQ2FyZC9zdHlsZS5jc3MuanM=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aerokube). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aerokube)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.