- change HTML header code
- add new class to Pi-hole logo
- add new classes to auditlog buttons
- add new classes to query log and long-term query log buttons
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
- fix broken visual after initial changes;
- remove donate button from topmenu;
- re-add donate button to the sidebar and add hover color;
- remove "Ph" when collapsed;
- add icon and background to topmenu button;
- hide main menu headers (using lines as separators);
- reorder the main menu;
- adjust each theme to the new visual (CSS and HTML tweaks).
- new menu colors for LCARS theme
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
- move some functions to `func.php`
- move sidebar to its own file `sidebar.php`
- fix indentation
- LCARS CSS: hide menu headers when logged off
- LCARS CSS: invert hover and active menu colors
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
The message count was moved to the "hamburger" menu icon.
Using more discreet color for the circle.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
- add fixes for mobile and medium screens
- new style selectors
- button background-color (tablets / medium screens)
- small adjustments
- remove unused image file
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
- add Datatables extension Select (CSS and js);
- add Datatables extension Buttons (CSS and js);
- allow selection of multiple warnings;
- new button to select all;
- new button to delete all selected warnings;
- add icons for the buttons;
- hide buttons if all messages were deleted;
- update CSS themes to format the new items;
- Fix: update icon count after warning deletion;
- Fix: remove triangle icon after delete last warning;
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
* Use piholeStatus() in header.php
Signed-off-by: Christian König <ckoenig@posteo.de>
* Remove check for null
Signed-off-by: Christian König <ckoenig@posteo.de>
* Explicit set templimit if no tempsensor output was found
Signed-off-by: Christian König <ckoenig@posteo.de>
* Only show Temp info if tempsensor data is available
Signed-off-by: Christian König <ckoenig@posteo.de>
* Move block to the right place
Signed-off-by: Christian König <ckoenig@posteo.de>
* Inlcude port in web status
Signed-off-by: Christian König <ckoenig@posteo.de>
* Single line for DNS status
Signed-off-by: Christian König <ckoenig@posteo.de>
* Fix enable/disable status
Signed-off-by: Christian König <ckoenig@posteo.de>
* Give the user-panel a bit more space
Signed-off-by: Christian König <ckoenig@posteo.de>
* Address reviewer's comment
Signed-off-by: Christian König <ckoenig@posteo.de>
* Fix temp sensor
Signed-off-by: Christian König <ckoenig@posteo.de>
* Add again
Signed-off-by: Christian König <ckoenig@posteo.de>
* Simplify CPU temp code
Signed-off-by: Christian König <ckoenig@posteo.de>
* Use intval() and resize the logo
Signed-off-by: Christian König <ckoenig@posteo.de>
* Do not substitute temperature if FTL is offline
Signed-off-by: Christian König <ckoenig@posteo.de>
* Apply suggestions from code review
Signed-off-by: DL6ER <dl6er@dl6er.de>
Co-authored-by: DL6ER <DL6ER@users.noreply.github.com>