summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/pages/list.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [locations/statistics] More type safety, array key checksSimon Rettberg2024-01-181-2/+6
|
* Fix more type errors, stricter typingSimon Rettberg2023-11-151-2/+2
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-15/+2Star
|
* [statistics] Fix warning on empty list; add commentsSimon Rettberg2023-02-281-22/+29
|
* [statistics] Listview: Display roomlayout and unique properties in a sidebarSimon Rettberg2023-01-181-1/+46
| | | | | .... if viewport is wide enouh, it will be a sidebar, otherwise, it will be displayed above the actual list.
* [statistics] Add NIC Speed to client list, switch to Dictionary::number()Simon Rettberg2022-11-151-3/+17
|
* [statistics] Add ID45 column to client listSimon Rettberg2022-11-111-1/+2
|
* [statistics] Fake one HDD if machine has old-style sysinfo dataSimon Rettberg2022-10-311-0/+4
| | | | | | | | If the machine never booted with the new JSON-style HW info reporting, we don't have any information about the number of HDDs in that system. These machines would show up with a red "missing HDD" icon in the machine list, which is bad. For now, if we have no meta data but know the machine has an ID44 partition, just assume the machine has one HDD.
* [js_chart] Update to Chart.js 3.0.8Simon Rettberg2022-07-041-0/+2
|
* [statistics] Show HDD count in list viewSimon Rettberg2022-05-101-20/+26
|
* [statistics] Add PCI device filter optionSimon Rettberg2022-04-131-2/+2
|
* Moderize Database handlingSimon Rettberg2021-05-111-1/+1
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [statistics] Remove trailing $Simon Rettberg2020-10-271-1/+1
|
* [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