From b8852ec1824416541fe54d3ec4ab303a1411f338 Mon Sep 17 00:00:00 2001 From: XLixl4snSU <111450124+XLixl4snSU@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:14:18 +0100 Subject: [PATCH] Various improvements - View rsync logs from web - Design improvements --- webserver_files/root/css/style.css | 19 ++++++++++++++-- webserver_files/root/output-single-rsync.php | 21 +++++++++++++++++ webserver_files/root/output-single.php | 2 +- webserver_files/root/output.php | 2 +- webserver_files/root/show-log.php | 4 ++-- webserver_files/root/show-rsync-log.php | 24 ++++++++++++++++++++ 6 files changed, 66 insertions(+), 6 deletions(-) create mode 100644 webserver_files/root/output-single-rsync.php create mode 100644 webserver_files/root/show-rsync-log.php diff --git a/webserver_files/root/css/style.css b/webserver_files/root/css/style.css index d5d0547..145d04d 100644 --- a/webserver_files/root/css/style.css +++ b/webserver_files/root/css/style.css @@ -33,8 +33,19 @@ button { display: flex; margin: auto; margin-bottom: 10px; - color: blue; + color: hotpink; font-size: 20px; + font-weight: bold; + border-radius: 14px; + padding: 10px; +} + +a { + color: hotpink; +} + +a:link { + text-decoration: none; } .log_block{ @@ -57,4 +68,8 @@ box-shadow: rgba(0, 0, 0, 0.8) 0px 10px 25px; button { font-size: 30px; } -} \ No newline at end of file +} + +#overview { + font-size: 22px; +} diff --git a/webserver_files/root/output-single-rsync.php b/webserver_files/root/output-single-rsync.php new file mode 100644 index 0000000..ac83c50 --- /dev/null +++ b/webserver_files/root/output-single-rsync.php @@ -0,0 +1,21 @@ + +
\ No newline at end of file + + diff --git a/webserver_files/root/show-rsync-log.php b/webserver_files/root/show-rsync-log.php new file mode 100644 index 0000000..3b7a064 --- /dev/null +++ b/webserver_files/root/show-rsync-log.php @@ -0,0 +1,24 @@ +
+
+ + + + + + + +