Description
Currently we append a query search param for the listener that is selected. This should rather be a path param:
Change /meshes/default/gateways/builtin/intent-0-e3e672bad-iqewg.kuma-system/overview?listener=0 to /meshes/default/gateways/builtin/intent-0-e3e672bad-iqewg.kuma-system/overview/listener=0 (note the ? turned into /).
This is the expected change and it may require some more changes in the code.
Description
Currently we append a query search param for the listener that is selected. This should rather be a path param:
Change
/meshes/default/gateways/builtin/intent-0-e3e672bad-iqewg.kuma-system/overview?listener=0to/meshes/default/gateways/builtin/intent-0-e3e672bad-iqewg.kuma-system/overview/listener=0(note the?turned into/).This is the expected change and it may require some more changes in the code.