From ccd5f6c2e560ea69e42a2df5844cd8b1cf82590d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 25 Jun 2024 16:34:39 +0200 Subject: [PATCH] app: move the installation time down --- dashboard/src/translation/en.json | 2 +- dashboard/src/views/app.html | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dashboard/src/translation/en.json b/dashboard/src/translation/en.json index 293cc3c89..8c0f54c28 100644 --- a/dashboard/src/translation/en.json +++ b/dashboard/src/translation/en.json @@ -1594,7 +1594,7 @@ "customAppUpdateInfo": "Updates are not available for custom apps", "updateAvailableAction": "Update Available", "repository": "Package Repository", - "installedAt": "Installed" + "installedAt": "Installed At" }, "auto": { "title": "Automatic Updates", diff --git a/dashboard/src/views/app.html b/dashboard/src/views/app.html index ee6d86332..e9aecf170 100644 --- a/dashboard/src/views/app.html +++ b/dashboard/src/views/app.html @@ -774,15 +774,6 @@ -
-
- {{ 'app.updates.info.installedAt' | tr }} -
-
- {{ app.creationTime | prettyDate }} -
-
-
{{ 'app.updates.info.appId' | tr }} @@ -802,6 +793,15 @@
+
+
+ {{ 'app.updates.info.installedAt' | tr }} +
+
+ {{ app.creationTime | prettyDate }} +
+
+
{{ 'app.updates.info.lastUpdated' | tr }}