summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/pages/list.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Fix detection of machines with no HDDSimon Rettberg2020-10-271-1/+1
| | | | | | This was broken in two ways: The filters were renamed, but we still tried to match the old names (since these are strings :(), and then we need to ignore devicemapper devices reported on MaxiLinux.
* [statistics] Show if current runmode is different from configured oneSimon Rettberg2020-09-211-1/+12
| | | | | | This isn't accounting for fake runmodes like "remoteaccess" or "exams", which aren't stored in the database, but actually, this might be beneficial, as you want to actually see if the clients are in this mode.
* Minor tweaks and cleanupsSimon Rettberg2020-04-251-3/+0Star
|
* [statistics] Fix subnet filter link in client listSimon Rettberg2020-04-221-1/+1
|
* [statistics] Refactor filter creation (Part 1)Simon Rettberg2020-04-211-3/+2Star
| | | | | | | | 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-9/+2Star
|
* [statistics] Make sort order in client list match the location treeSimon Rettberg2020-04-161-1/+14
| | | | | | It's still not showing the actual tree, but sorting is the same as the location list now, but obviously skipping locations where no clients match the display filter.
* [statistics] Show current user in client listSimon Rettberg2020-04-161-1/+4
|
* [statistics/rebootcontrol] Add remote exec UISimon Rettberg2019-12-101-0/+2
|
* [statistics/rebootcontrol] Add WOL button to statistics moduleSimon Rettberg2019-12-071-1/+3
| | | | | * Overhauled task display in rebootcontrol module * Can only add subnets by CIDR now instead of start and end
* [statistics] Tag clients with overridden config.vars in list viewSimon Rettberg2019-11-081-4/+5
|
* [statistics] ModularizeSimon Rettberg2019-11-071-0/+129