Files
ubicloud/views/kubernetes-cluster
Jeremy Evans d1f11345e7 Avoid appending to request.path in kubernetes cluser and private subnet show templates
This can cause a problem if the show template is rendered when
handling a validation error, because request.path will be the
path the form was submitted to, and not the path the form was
originally displayed on.

Construct a correct path that will be valid in both cases.
2025-08-08 01:52:14 +09:00
..