Browse table from first row
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
This commit is contained in:
parent
27589e31ff
commit
3b9932622f
@ -21,7 +21,7 @@
|
||||
{% if table is not empty %}
|
||||
<li class="breadcrumb-item">
|
||||
{{ show_icons('TabsMode') ? get_image(table.is_view ? 'b_views' : 's_tbl') }}
|
||||
<a href="{{ url(table.url, {'db': database.name, 'table': table.name}) }}" data-raw-text="{{ table.name }}" draggable="false">
|
||||
<a href="{{ url(table.url, {'db': database.name, 'table': table.name, 'pos': 0}) }}" data-raw-text="{{ table.name }}" draggable="false">
|
||||
{% if show_text('TabsMode') %}
|
||||
{% if table.is_view %}
|
||||
{% trans 'View:' %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user