diff --git a/.env.example b/.env.example index b6d8b03..7738585 100644 --- a/.env.example +++ b/.env.example @@ -14,3 +14,6 @@ DB_PORT=3306 #* Sentry SENTRY_DSN_API=https://{PUBLIC_KEY}@{HOST}.ingest.de.sentry.io/{PROJECT_ID} SENTRY_DSN_APP=https://{PUBLIC_KEY}@{HOST}.ingest.de.sentry.io/{PROJECT_ID} + +# MapBox +MAPBOX=pk. \ No newline at end of file diff --git a/app/src/app/Layouts/Admin/AdminInventoryLayout.php b/app/src/app/Layouts/Admin/AdminInventoryLayout.php index 9a24d14..82bdd6d 100644 --- a/app/src/app/Layouts/Admin/AdminInventoryLayout.php +++ b/app/src/app/Layouts/Admin/AdminInventoryLayout.php @@ -14,6 +14,19 @@ + + + @@ -93,7 +106,6 @@ class="hidden absolute right-0 z-10 mt-2 w-56 origin-top-right rounded-md bg-whi -
diff --git a/app/src/app/Views/Admin/Inventory.php b/app/src/app/Views/Admin/Inventory.php index e60b8fc..97c0747 100644 --- a/app/src/app/Views/Admin/Inventory.php +++ b/app/src/app/Views/Admin/Inventory.php @@ -1 +1,64 @@ -Mapa inventario de la aplicación +
+ + diff --git a/compose.yml b/compose.yml index 782fc6c..9985bef 100644 --- a/compose.yml +++ b/compose.yml @@ -60,6 +60,7 @@ services: - DB_USER=${DB_USER} - DB_PASS_FILE_PATH=/run/secrets/db_pass - SENTRY_DSN=${SENTRY_DSN_APP} + - MAPBOX=${MAPBOX} develop: watch: - action: sync