From 7ffc889c080e378e6bc3eb54d384edf7a69c24fa Mon Sep 17 00:00:00 2001 From: David Duque Date: Thu, 16 Apr 2020 19:52:01 +0100 Subject: [PATCH] Bump web dependencies (#1) - Bootstrap: 3.3.7 -> 4.4.1 - - New admin panel style and respective corrections applied. - JQuery: 2.1.4 -> 3.5.0 --- README.md | 2 + management/templates/index.html | 64 ++++----- management/templates/login.html | 226 ++++++++++++++++---------------- setup/management.sh | 8 +- 4 files changed, 153 insertions(+), 147 deletions(-) diff --git a/README.md b/README.md index 219a909c..dd3fba23 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ This is a fork of MiaB (duh), hacked and tuned to my needs: - 💤 Possibility of disabling some services (\*cough\* NextCloud \*cough\*); +- ✅ Bumped the bootstrap and jQuery dependencies' versions - and we've got a brand new admin panel now! + - 💤 Anything else I might need to use; All in all, I think I should rename this to something like "Central [Clown Computing](https://www.urbandictionary.com/define.php?term=clown%20computing)", since I'm trying to cram as many services as possible into that poor machine (Spending 5$ is better than spending 10$) diff --git a/management/templates/index.html b/management/templates/index.html index 780e8cb2..5aa8442a 100644 --- a/management/templates/index.html +++ b/management/templates/index.html @@ -69,7 +69,6 @@ margin-bottom: 1em; } - @@ -78,46 +77,51 @@