Add HTML5 object overview action
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user