diff --git a/meta/i18n/en/lean.storage.json b/meta/i18n/en/lean.storage.json
index f08c9bd..aa09a68 100644
--- a/meta/i18n/en/lean.storage.json
+++ b/meta/i18n/en/lean.storage.json
@@ -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"
}
}
diff --git a/view/lean-console/page/dashboard/index.phtml b/view/lean-console/page/dashboard/index.phtml
index 5358797..390b4c4 100644
--- a/view/lean-console/page/dashboard/index.phtml
+++ b/view/lean-console/page/dashboard/index.phtml
@@ -9,5 +9,7 @@
{% endsection %}
{% section "content" %}
-
+ {{= implode('
{% else %}
-
',(array) $context->definition[$entity]['table']->modifier->query) }}