diff --git a/__pycache__/app.cpython-311.pyc b/__pycache__/app.cpython-311.pyc index 72a25e6..b8b9c91 100644 Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ diff --git a/docker-compose.yml b/docker-compose.yml index 3abb56b..9648734 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: web: - image: digi_signage:latest + image: digi_serverdocker :latest ports: - "7100:5000" environment: diff --git a/instance/dashboard.db b/instance/dashboard.db index 3c4e49b..f76ba52 100644 Binary files a/instance/dashboard.db and b/instance/dashboard.db differ diff --git a/static/uploads/cropped-cropped-main-picture-scaled-1.jpeg b/static/uploads/cropped-cropped-main-picture-scaled-1.jpeg new file mode 100644 index 0000000..8a15a16 Binary files /dev/null and b/static/uploads/cropped-cropped-main-picture-scaled-1.jpeg differ diff --git a/templates/admin.html b/templates/admin.html index da3d4a6..c360939 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -19,11 +19,33 @@ max-width: 100px; max-height: 100px; } + .popup-message { + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + background-color: rgba(0, 0, 0, 0.8); + color: white; + padding: 20px; + border-radius: 10px; + display: none; + z-index: 1000; + } + .logo { + max-height: 100px; + margin-right: 20px; + }
+ {% endif %}
+