update pog logs fix

This commit is contained in:
Chris
2025-09-22 14:08:53 -04:00
parent 281b1dfe61
commit ae2db5d23b

View File

@@ -8,7 +8,6 @@ class PodViewModel
end
def show_pod_logs_path
logs_url(parent.name, pod.metadata.name)
if parent.is_a?(Project)
project_process_path(parent, pod.metadata.name)
elsif parent.is_a?(AddOn)