diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd4ae4..9f945ba 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ Open for your feature [requests](https://github.com/femto-code/Rasberry-Pi-Dashb ## Changed - improved error handling of network requests +## [1.1.3] - 2023-09-17 +- updated dependencies +- improvements to theme and layout + - migrated to new bootstrap's own dark mode +- minor changes / bugfixes + ## [1.1.2] - 2023-07-11 - allow permanently changing temperature unit to Fahrenheit diff --git a/css/darkmode.css b/css/darkmode.css deleted file mode 100644 index 809020f..0000000 --- a/css/darkmode.css +++ /dev/null @@ -1,31 +0,0 @@ -@charset "utf-8"; -body, div.bg-light { - background-color: #24292e!important; -} - -footer, .card, .modal-header, .modal-body, .modal-footer, .close, #preload, .multisteps-form__panel { - background-color: #2f363d!important; - color: #fff!important; -} - -hr { - border-top: 1px solid rgba(255, 255, 255, 0.1); -} - -.text-muted, pre, samp { - color: #b1afaf!important; -} - -label, .headline { - color: #fff; -} - -.modal-header, .nav-tabs{ - border-bottom: 1px solid #9e9e9e; -} -.modal-footer{ - border-top: 1px solid #9e9e9e; -} -.modal-content{ - background-color: #4e4e4e; -} diff --git a/index.php b/index.php index feb7604..219b0db 100755 --- a/index.php +++ b/index.php @@ -29,6 +29,7 @@ + @@ -45,9 +46,8 @@ - - - + + <?php system("hostname");?> - Loading... @@ -95,6 +95,84 @@ float: left; } + - + -
- + -
+
+ +
+ +
+ +
">
@@ -165,7 +291,7 @@ - +
 System
-   +  
@@ -192,7 +318,7 @@
">
-
+
 

1 min: · 5 min: · 15 min:
CPU clock: MHz

@@ -201,7 +327,7 @@
-
+
@@ -211,7 +337,7 @@
-
+
 
@@ -231,7 +357,7 @@ ?>
-
+
 Hardware
"; echo shell_exec("lsusb"); print ""; ?> @@ -240,7 +366,7 @@
-
+
 Web Server

Software:
Address:
PHP version:
User:
Protocol:

@@ -251,7 +377,7 @@
-
+
 Disk Space

Total: GB · Free: GB · Used: GB

@@ -260,7 +386,7 @@
-
+
 Voltage

@@ -271,7 +397,7 @@
-
+
Kernel

@@ -280,7 +406,7 @@
-
+
Model
@@ -292,7 +418,7 @@
-
+
Partitions / Storage
"; echo shell_exec("df -h | grep -v tmp"); print ""; ?> @@ -301,7 +427,7 @@
-
+
Operating System
"; echo shell_exec("cat /etc/os-release"); print ""; ?> @@ -312,7 +438,7 @@
-
+
Hostnamectl
"; echo shell_exec("hostnamectl"); print ""; ?> @@ -321,10 +447,10 @@
-
+
Processor
- "; echo shell_exec("lscpu"); print ""; ?> + "; echo shell_exec("lscpu"); print ""; ?>

Updated (at page load)

@@ -348,7 +474,7 @@