From 8268b6aedca6873c428c4368605ebaf424d6a2d2 Mon Sep 17 00:00:00 2001 From: Lova ANDRIARIMALALA <43842786+Xpirix@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:02:17 +0300 Subject: [PATCH 1/2] Show modified date in the model list and detail --- qgis-app/templates/base/includes/detail_object.html | 4 ++++ qgis-app/templates/base/list.html | 2 ++ qgis-app/templates/base/list_galery.html | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/qgis-app/templates/base/includes/detail_object.html b/qgis-app/templates/base/includes/detail_object.html index e1ae3a66..1ad9e4ab 100644 --- a/qgis-app/templates/base/includes/detail_object.html +++ b/qgis-app/templates/base/includes/detail_object.html @@ -7,8 +7,12 @@
From 5378d04bfca6070f19b8f2f46f5a020ea557fa1d Mon Sep 17 00:00:00 2001 From: Lova ANDRIARIMALALA <43842786+Xpirix@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:17:54 +0300 Subject: [PATCH 2/2] Show modified date in the gallery --- qgis-app/templates/base/list_galery.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/qgis-app/templates/base/list_galery.html b/qgis-app/templates/base/list_galery.html index 06b7c26a..5f230973 100644 --- a/qgis-app/templates/base/list_galery.html +++ b/qgis-app/templates/base/list_galery.html @@ -28,12 +28,12 @@ display: flex; align-items: center; justify-content: center; - height: 420px; + height: 380px; background-color: white; } img.image-demo { height: auto; - max-height: 100%; + max-height: 380px; width: auto; max-width: 100%; } @@ -77,6 +77,7 @@