From db06522d15ce55b5c15c9645e7ccbbccaf382359 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 16 Jul 2024 19:00:30 +0000 Subject: [PATCH] add admin page, move requestTicket and deleteAllCookies to login.js, update to new auth paths --- account.html | 39 +++++++++--------- admin.html | 66 +++++++++++++++++++++++++++++++ config.html | 3 +- css/style.css | 26 ++++++++++++ index.html | 43 +++++--------------- login.html | 2 +- scripts/account.js | 2 +- scripts/admin.js | 8 ++++ scripts/login.js | 13 +++++- scripts/utils.js | 20 +++++----- settings.html | 98 +++++++++++++++++++++++----------------------- 11 files changed, 201 insertions(+), 119 deletions(-) create mode 100644 admin.html create mode 100644 scripts/admin.js diff --git a/account.html b/account.html index a259d78..c602fb6 100644 --- a/account.html +++ b/account.html @@ -46,33 +46,32 @@

proxmox

-