- 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>
* Remove `'unsafe-eval'`; this was needed in the past for Chart.js.
* Remove `https://api.github.com` since we don't make any requests to this domain client-side
* Specify more directives which are not inherited by `default-src`
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
* Changing "Permanently" toggle to "Indefinitely"
Signed-off-by: Chris Coffin <me@chriscoffin.org>
* Updating ID name in footer.js
Signed-off-by: Chris Coffin <me@chriscoffin.org>
Co-authored-by: Adam Warner <me@adamwarner.co.uk>
The official distribution doesn't include minified files, so just minify the files ourselves.
It's in maintenance mode anyway.
Commands for future reference:
* cleancss --compatibility ie9 -O1 specialComments:0 -o daterangepicker.min.css daterangepicker.css
* terser daterangepicker.js --compress typeofs=false --mangle --source-map url=daterangepicker.min.js.map -o daterangepicker.min.js
Signed-off-by: XhmikosR <xhmikosr@gmail.com>