diff --git a/README.md b/README.md index 13d51c7..aaf9ef3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ services: - YOUR_PATH/sekipos/static/cache:/app/static/cache container_name: sekipos-server image: sekipos:latest + restart: unless-stopped ``` ## 🔌 Hardware Scanner Bridge (`ScannerGO`) diff --git a/templates/index.html b/templates/index.html index 0677af1..bf1e9af 100644 --- a/templates/index.html +++ b/templates/index.html @@ -227,6 +227,15 @@ [data-theme="dark"] .btn-close { filter: invert(1) grayscale(100%) brightness(200%); } + + /* Add this inside your @@ -325,7 +334,11 @@ placeholder="Precio"> - + @@ -426,6 +439,7 @@ + + + +