Add HTML5 object overview action
CI / python (push) Has been cancelled
CI / rust (push) Has been cancelled

This commit is contained in:
2026-05-17 01:08:32 +03:00
parent 477a94d302
commit 2a2786bc60
2 changed files with 10 additions and 0 deletions
@@ -1567,6 +1567,13 @@ def _object_action_links(project_id: str, object_name: str, lineage_id: object,
)
return f"""
<nav class="object-actions" data-html5-object-actions>
<a
class="button"
href="/html5/projects/{quoted_project}/objects/context/{quoted_object}"
hx-get="/html5/projects/{quoted_project}/objects/context/{quoted_object}"
hx-target="[data-html5-object-context]"
hx-swap="outerHTML"
>Overview</a>
<a
class="button"
href="/projects/{quoted_project}/objects/schema/{quoted_object}"