From 17a4656c41219c428faab9ed5ebd5b4e4301d169 Mon Sep 17 00:00:00 2001 From: Jokob-sk Date: Sat, 2 Mar 2024 14:20:12 +1100 Subject: [PATCH] =?UTF-8?q?small=20fixes=20=F0=9F=A9=B9=20#582?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- docker-compose.yml | 2 +- front/index.php | 4 ++-- .../css/{fontawesome.min.css => font-awesome.min.css} | 0 front/php/templates/header.php | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) rename front/lib/AdminLTE/bower_components/font-awesome/css/{fontawesome.min.css => font-awesome.min.css} (100%) diff --git a/README.md b/README.md index 34d8625a..a8bb1d37 100755 --- a/README.md +++ b/README.md @@ -112,13 +112,12 @@ This project would be nothing without the amazing work of the community, with sp > [pucherot/Pi.Alert](https://github.com/pucherot/Pi.Alert) (the original creator of PiAlert), [leiweibau](https://github.com/leiweibau/Pi.Alert): Dark mode (and much more), [Macleykun](https://github.com/Macleykun) (Help with Dockerfile clean-up) [Final-Hawk](https://github.com/Final-Hawk) (Help with NTFY, styling and other fixes), [TeroRERO](https://github.com/terorero) (Spanish translations), [Data-Monkey](https://github.com/Data-Monkey), (Split-up of the python.py file and more), [cvc90](https://github.com/cvc90) (Spanish translation and various UI work) to name a few... -Here is everyone taht helped and contributed to this project: +Here is every one that helped and contributed to this project: - ## Everything else diff --git a/docker-compose.yml b/docker-compose.yml index fac5012d..f68481aa 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: # - ${APP_DATA_LOCATION}/pialert_dev/db:/home/pi/pialert/db - ${APP_DATA_LOCATION}/pialert/db:/home/pi/pialert/db # (optional) useful for debugging if you have issues setting up the container - - ${LOGS_LOCATION}:/home/pi/pialert/front/log + # - ${LOGS_LOCATION}:/home/pi/pialert/front/log # --------------------------------------------------------------------------- # DELETE START anyone trying to use this file: comment out / delete BELOW lines, they are only for development purposes - ${APP_DATA_LOCATION}/pialert/dhcp_samples/dhcp1.leases:/mnt/dhcp1.leases diff --git a/front/index.php b/front/index.php index 7ee697f6..c1182c2a 100755 --- a/front/index.php +++ b/front/index.php @@ -99,8 +99,8 @@ if ($ENABLED_DARKMODE === True) { $BACKGROUND_IMAGE_PATCH='style="background-image: url(\'img/boxed-bg-dark.png\');"'; } else { $BACKGROUND_IMAGE_PATCH='style="background-image: url(\'img/background.png\');"';} ?> - - + +
diff --git a/front/lib/AdminLTE/bower_components/font-awesome/css/fontawesome.min.css b/front/lib/AdminLTE/bower_components/font-awesome/css/font-awesome.min.css similarity index 100% rename from front/lib/AdminLTE/bower_components/font-awesome/css/fontawesome.min.css rename to front/lib/AdminLTE/bower_components/font-awesome/css/font-awesome.min.css diff --git a/front/php/templates/header.php b/front/php/templates/header.php index b64bbab8..893fdf63 100755 --- a/front/php/templates/header.php +++ b/front/php/templates/header.php @@ -37,7 +37,7 @@ require dirname(__FILE__).'/security.php'; - +