summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/pages
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.
* [statistics] Track CPU temperature as wellSimon Rettberg2020-04-271-2/+5
|
* [statistics] Track CPU-load and standby failures of clientsSimon Rettberg2020-04-251-1/+4
|
* Minor tweaks and cleanupsSimon Rettberg2020-04-252-6/+0Star
|
* [statistics] Fix subnet filter link in client listSimon Rettberg2020-04-221-1/+1
|
* [statistics] Refactor filter creation (Part 1)Simon Rettberg2020-04-212-12/+12
| | | | | | | | 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-202-17/+7Star
|
* [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] Add WOL/exec button to machine detailsSimon Rettberg2019-12-171-1/+3
|
* [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] FIX STUFFSimon Rettberg2019-11-081-9/+9
|
* [statistics] Tag clients with overridden config.vars in list viewSimon Rettberg2019-11-081-4/+5
|
* [statistics] ModularizeSimon Rettberg2019-11-073-0/+881
|
* [statistics] Don't error out when adding already existent projectorSimon Rettberg2018-03-221-1/+1
|
* [statistics] Refine permissions, add some new onesSimon Rettberg2018-03-041-0/+2
|
* [statistics] Move replace-hook to statistics subdirSimon Rettberg2018-01-181-1/+1
|
* [statistics] Add "replace machines" feature (not linked to anywhere yet)Simon Rettberg2018-01-111-0/+119
|
* [statistics] Properly mark disconnected sceens as such if the output name ↵Simon Rettberg2017-12-211-0/+58
changed