- Minor adjustment made
This commit is contained in:
parent
fbfbd48eb8
commit
7ec6aa3f06
|
@ -10,7 +10,6 @@
|
|||
"host": "Hostname:port",
|
||||
"username": "Username",
|
||||
"connection": "Connection",
|
||||
|
||||
"table": {
|
||||
"header": "Tables details",
|
||||
"fields": "{$count} fields",
|
||||
|
@ -21,7 +20,8 @@
|
|||
"createAll": "Create all tables",
|
||||
"query": "SQL Query",
|
||||
"alter": "Alter table",
|
||||
"alterAll": "Alter all tables"
|
||||
"alterAll": "Alter all tables",
|
||||
"uptodate": "This table is up-to-date"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -9,5 +9,7 @@
|
|||
{% endsection %}
|
||||
|
||||
{% section "content" %}
|
||||
|
||||
<section>
|
||||
<article>Welcome into your Lean Console section. Select the appropriate menu item from the sidebar.</article>
|
||||
</section>
|
||||
{% endsection %}
|
|
@ -54,7 +54,7 @@
|
|||
{% if $context->definition[$entity]['table']->modifier->query %}
|
||||
<code>{{= implode('<br><br>',(array) $context->definition[$entity]['table']->modifier->query) }}</code>
|
||||
{% else %}
|
||||
<div>🗸 This table is up-to-date</div>
|
||||
<div style="color:#abecab">✓ {% _ 'database.table.uptodate' %}</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue