portainer/app/docker
강지원 549ee0a945 fix(containers): correct base URL construction for console access
Fixed an issue where the base URL for WebSocket connection in the console was being duplicated. The base href and window.location.origin were both set to "http://localhost:49000", resulting in a duplicated URL like "http://localhost:49000http://localhost:49000". This fix ensures that the base URL is properly constructed without duplication.
2024-09-05 18:00:49 +09:00
..
components fix(host): show clear host info message [EE-7075] (#12011) 2024-07-12 08:45:50 +12:00
filters refactor(docker/containers): migrate inspect view to react [EE-2190] (#11005) 2024-04-11 19:07:58 +03:00
helpers feat(app): limit the docker API version supported by the frontend (#11855) 2024-06-10 20:54:31 +02:00
models refactor(docker/events): migrate list view to react [EE-2228] (#11581) 2024-08-28 16:41:15 -03:00
react refactor(docker/events): migrate list view to react [EE-2228] (#11581) 2024-08-28 16:41:15 -03:00
services refactor(docker/events): migrate list view to react [EE-2228] (#11581) 2024-08-28 16:41:15 -03:00
views fix(containers): correct base URL construction for console access 2024-09-05 18:00:49 +09:00
__module.js refactor(docker/events): migrate list view to react [EE-2228] (#11581) 2024-08-28 16:41:15 -03:00