summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Show if current runmode is different from configured oneSimon Rettberg2020-09-211-1/+9
| | | | | | 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] Fix system model list width in summary modeSimon Rettberg2020-07-071-3/+3
|
* [statistics] Track CPU temperature as wellSimon Rettberg2020-04-271-1/+8
|
* [statistics] Track CPU-load and standby failures of clientsSimon Rettberg2020-04-251-0/+7
|
* [statistics] Fix subnet filter link in client listSimon Rettberg2020-04-221-1/+1
|
* [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-205-230/+110Star
|
* [statistics] Make sort order in client list match the location treeSimon Rettberg2020-04-161-1/+1
| | | | | | 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-0/+6
|
* [statistics] Group remote actions in dropdown menuSimon Rettberg2019-12-171-27/+39
|
* [statistics] Add WOL/exec button to machine detailsSimon Rettberg2019-12-171-13/+29
|
* [statistics] Fix for shitty firefoxSteffen Ritter2019-12-171-0/+4
| | | | | Firefox caches elements which results in untranslated filters when you reload the page
* [statistics/baseconfig] Redirect to machine details after editingSimon Rettberg2019-12-131-1/+1
|
* [statistics] Add NVMe supportSimon Rettberg2019-12-131-0/+3
|
* [statistics/rebootcontrol] Add remote exec UISimon Rettberg2019-12-101-0/+6
|
* [statistics/rebootcontrol] Add WOL button to statistics moduleSimon Rettberg2019-12-071-0/+6
| | | | | * 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-082-2/+11
|
* [statistics/baseconfig] Allow per-machine configvar overridesSimon Rettberg2019-10-311-0/+13
|
* [statistics] Show X for faulty room planSimon Rettberg2019-10-311-1/+1
|
* [statistics] Copy-friendly list of uuid/mac/ip/hostnameSimon Rettberg2019-04-291-4/+60
|
* [statistics] Add captions to RAM/swap barSimon Rettberg2019-04-291-3/+5
|
* [statistics] Show RAM manufacturer; add JEDEC DB & parserSimon Rettberg2019-04-201-1/+1
|
* [statistics] Handle system an mainboard model separatelySimon Rettberg2019-04-161-2/+6
| | | | ...especially for BIOS updates checks...
* [statistics] Don't center roomplanSimon Rettberg2019-04-101-1/+1
|
* [statistics] clientlist: Add (de)select all buttonSimon Rettberg2019-03-251-2/+13
|
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-252-112/+32Star
|
* [statistics] Add reboot/shutdown to list and details viewSimon Rettberg2019-03-222-46/+144
|
* [statistics] Show error message if BIOS info fetching failsSimon Rettberg2019-03-192-3/+8
|
* [statistics] Feature: BIOS update infoSimon Rettberg2019-03-192-0/+42
| | | | | Fetch list of known BIOS updates that fix issues wrt. bwLehrpool/OpenSLX/whatever it's called today.
* [statistics/roomplanner] Add SVG roomplan generatorSimon Rettberg2019-03-151-1/+14
| | | | Show in machine details if machine is part of some location's room plan.
* [statistics] Improve display of non-client runmode machinesSimon Rettberg2019-02-211-1/+1
|
* [statistics] Cleanup templateSimon Rettberg2019-01-281-1/+0Star
|
* [statistics] Track and display memory/tmp usage of clientsSimon Rettberg2019-01-282-5/+33
|
* [statistics] Add location column in clientlistSteffen Ritter2018-06-061-0/+7
|
* [statistics] Fix select items in filterbox, tweak ID44 size groupingSimon Rettberg2018-04-191-3/+3
|
* [statistics] Show ID45 partition in green, like ID44Simon Rettberg2018-03-211-3/+3
| | | | Closes #3325
* [statistics] Refine permissions, add some new onesSimon Rettberg2018-03-049-22/+35
|
* [statistics] Properly display runmode name in client listSimon Rettberg2018-01-151-1/+5
|
* [statistics] Fix typo in last commitSimon Rettberg2018-01-151-1/+1
|
* [statistics] Fix "filter by cores" button in client listSimon Rettberg2018-01-151-6/+6
| | | | Closes #3284
* [statistics] Add "replace machines" feature (not linked to anywhere yet)Simon Rettberg2018-01-111-0/+4
|
* [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-283-11/+41
| | | | edit notes of clients
* [statistics] Properly mark disconnected sceens as such if the output name ↵Simon Rettberg2017-12-213-3/+107
| | | | changed
* 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
|
* [statistics] Fix link to runmode in client details viewSimon Rettberg2017-12-051-1/+1
|
* [statistics] Restore client list headingSimon Rettberg2017-12-041-0/+2
|
* [statistics] Add delete functionalitySimon Rettberg2017-12-041-4/+41
|
* [syslog, statistics] Pretty print time, shorten CPU model in listSimon Rettberg2017-12-011-1/+1
|