add columns button in admin
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
{% if page.selected_table.as_deref() == Some(table.name.as_str()) %}
|
||||
<div class="browser-actions">
|
||||
{% if page.can_manage_tables && !table.is_system() %}
|
||||
<a href="/admin/tables/columns/add?profile={{ page.selected_profile.as_deref().unwrap_or_default() }}&table={{ table.name }}">{{ nav.tr("admin-add-columns") }}</a>
|
||||
<a href="/admin/tables/presentation?profile={{ page.selected_profile.as_deref().unwrap_or_default() }}&table={{ table.name }}">{{ nav.tr("admin-column-presentation") }}</a>
|
||||
<a class="danger-action" href="/admin/tables/delete?profile={{ page.selected_profile.as_deref().unwrap_or_default() }}&table={{ table.name }}">{{ nav.tr("admin-delete-table") }}</a>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user