summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/filterbox.html
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Fix Chart.js for HDD viewSimon Rettberg2022-07-061-68/+0Star
|
* [js_chart] Update to Chart.js 3.0.8Simon Rettberg2022-07-041-0/+42
|
* [statistics] Use proper filter op for ID44 and RAM on chart pageSimon Rettberg2022-05-111-1/+3
|
* [statistics] Refactor filter creation (Part 1)Simon Rettberg2020-04-211-1/+1
| | | | | | | | Filter classes are now instances of their respective classes, to move more logic into those classes. A bind method is used for assigning actual operator and argument values. renderFilterBox() is still a little too messy, maybe a clever class for mapping a (bound) filter to data for mustache will come in handy here.
* [statistics] New filter UISimon Rettberg2020-04-201-225/+105Star
|
* [statistics] Fix for shitty firefoxSteffen Ritter2019-12-171-0/+4
| | | | | Firefox caches elements which results in untranslated filters when you reload the page
* [statistics] Track and display memory/tmp usage of clientsSimon Rettberg2019-01-281-1/+4
|
* [statistics] Fix select items in filterbox, tweak ID44 size groupingSimon Rettberg2018-04-191-3/+3
|
* [statistics] Refine permissions, add some new onesSimon Rettberg2018-03-041-3/+3
|
* [statistics] Add filters for uptime and hostnameSimon Rettberg2018-01-081-1/+3
| | | | Closes #3278
* [statistics] added permissions to view client statistics, delete clients and ↵Udo Walter2017-12-281-1/+3
| | | | edit notes of clients
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-3/+4
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* [statistics] Fixed a bug where the filterbox kept the old dropdown entriesJannik Schönartz2017-12-051-0/+1
|
* Merge remote-tracking branch 'origin/master' into permission-managerUdo Walter2017-11-211-1/+2
|\ | | | | | | | | | | # Conflicts: # modules-available/backup/templates/_page.html # style/default.css
| * [translation] Added translation for 'subnet' filterSteffen Ritter2017-09-051-1/+2
| |
* | [statistics] moved "add filter" button closer to the filter fieldUdo Walter2017-10-181-3/+3
| |
* | [statistics] changed coloring of naviation buttons from blue to 'pressed down';Udo Walter2017-10-131-10/+13
| | | | | | | | added scroll to top button; removed space between filter and 'add filter button'
* | [statistics] fixed inconsistenciesUdo Walter2017-09-281-35/+58
|/
* [statistics] Fix currentuser filterSimon Rettberg2016-09-091-1/+2
|
* [statistics] Fix pressing return in "add filter" dialogSimon Rettberg2016-09-091-2/+2
|
* [statistics] Fix list sorting once againSimon Rettberg2016-09-091-0/+1
|
* [statistics] Fix toggle between list and statsSimon Rettberg2016-09-011-1/+0Star
|
* minor improvements including #2970.Christian Klinger2016-08-261-1/+1
|
* [statistics] Fix list view and sortingSimon Rettberg2016-08-151-39/+4Star
| | | | Broken when moving JS snippets around
* [statistics] Fix minor layout issuesSimon Rettberg2016-07-291-29/+30
|
* [statistics] Make filtering more dynamic, remove hard cutoff from summarySimon Rettberg2016-07-291-1/+18
|
* Merging some refactoring + new filter functionality.Christian Klinger2016-07-151-0/+249