From 1d6cc03b97333e4ab04dce526c85d3de836c0c98 Mon Sep 17 00:00:00 2001 From: "leandro@ac.upc.edu" Date: Thu, 30 Jan 2025 19:24:56 +0100 Subject: [PATCH] Placeholders --- .gitconfig | 2 ++ already_configured | 0 dashboard/templates/base.html | 4 ++-- dashboard/templates/base_site.html | 4 ++-- docker-reset.sh | 2 +- evidence/templates/ev_details.html | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 .gitconfig create mode 100644 already_configured diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..fbcc4b1 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,2 @@ +[safe] + directory = /opt/devicehub-django diff --git a/already_configured b/already_configured new file mode 100644 index 0000000..e69de29 diff --git a/dashboard/templates/base.html b/dashboard/templates/base.html index 40e6658..b34c6c5 100644 --- a/dashboard/templates/base.html +++ b/dashboard/templates/base.html @@ -148,7 +148,7 @@ - + diff --git a/docker-reset.sh b/docker-reset.sh index c13c6c6..0f1c7fc 100755 --- a/docker-reset.sh +++ b/docker-reset.sh @@ -40,7 +40,7 @@ main() { docker compose up ${detach_arg:-} } -main "${@}" +main "${@:-default_value}" # written in emacs # -*- mode: shell-script; -*- diff --git a/evidence/templates/ev_details.html b/evidence/templates/ev_details.html index 563ca92..5ff863f 100644 --- a/evidence/templates/ev_details.html +++ b/evidence/templates/ev_details.html @@ -41,7 +41,7 @@ {% trans "Identificator" %} - {% trans "Data" %} + {% trans "Date" %}