From 7ec6aa3f06b77b436f8f57e93acc03ba0f5de21c Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 19 Sep 2023 23:51:49 -0400 Subject: [PATCH] - Minor adjustment made --- meta/i18n/en/lean.storage.json | 4 ++-- view/lean-console/page/dashboard/index.phtml | 4 +++- view/lean-console/page/storage/database.phtml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) 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" %} - +
+
Welcome into your Lean Console section. Select the appropriate menu item from the sidebar.
+
{% endsection %} \ No newline at end of file diff --git a/view/lean-console/page/storage/database.phtml b/view/lean-console/page/storage/database.phtml index 00ede21..983c090 100644 --- a/view/lean-console/page/storage/database.phtml +++ b/view/lean-console/page/storage/database.phtml @@ -54,7 +54,7 @@ {% if $context->definition[$entity]['table']->modifier->query %} {{= implode('

',(array) $context->definition[$entity]['table']->modifier->query) }}
{% else %} -
🗸 This table is up-to-date
+
✓ {% _ 'database.table.uptodate' %}
{% endif %}