summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Add hints for old CPUs (to be implemented on client)Simon Rettberg2023-09-251-0/+28
|
* [statistics] Modernize column handling in JS for filter and show/hideSimon Rettberg2023-01-201-54/+29Star
|
* [statistics] Listview: Display roomlayout and unique properties in a sidebarSimon Rettberg2023-01-182-6/+17
| | | | | .... if viewport is wide enouh, it will be a sidebar, otherwise, it will be displayed above the actual list.
* [statistics] Add hint regarding blue tint of usage graphSimon Rettberg2023-01-051-7/+7
|
* [statistics] Fix graph background if there are no lecturesSimon Rettberg2023-01-051-0/+1
|
* [statistics] Per-location usage stats; include active lecture countSimon Rettberg2022-12-021-2/+44
|
* [statistics] Add NIC Speed to client list, switch to Dictionary::number()Simon Rettberg2022-11-151-4/+13
|
* [statistics] Add ID45 column to client listSimon Rettberg2022-11-111-3/+8
|
* [statistics] Client list: Add option to hide columnsSimon Rettberg2022-11-111-1/+60
|
* [statistics] Add machine state icon to hints tablesSimon Rettberg2022-10-274-0/+5
|
* [statistics] Don't wrap partition name column in machine viewSimon Rettberg2022-10-271-1/+3
|
* [statistics] Add NIC speed filter/displaySimon Rettberg2022-09-121-0/+6
|
* [statistics] Fix Chart.js for HDD viewSimon Rettberg2022-07-063-94/+13Star
|
* [js_chart] Update to Chart.js 3.0.8Simon Rettberg2022-07-047-95/+60Star
|
* [statistics] Show clients with < gigabit ethernet in hintsSimon Rettberg2022-06-152-38/+73
|
* [statistics] Make CPU and system model clickable in machine detailsSimon Rettberg2022-06-131-2/+10
|
* [statistics] Fix displaying CPU core/thread infoSimon Rettberg2022-05-241-3/+3
|
* [statistics] Client details: Display booted system and bootup durationSimon Rettberg2022-05-171-1/+11
|
* [statistics] Use proper filter op for ID44 and RAM on chart pageSimon Rettberg2022-05-113-3/+5
|
* [statistics] Show HDD count in list viewSimon Rettberg2022-05-101-2/+8
|
* [statistics] ID44/ID45 namingSteffen Ritter2022-04-081-2/+10
|
* [statistics] Make hidden pci device ids clickable tooSimon Rettberg2022-04-061-1/+1
|
* [statistics] client details: show which pci devices are passed throughSimon Rettberg2022-04-061-0/+2
|
* [statistics] Fix translation tagsSimon Rettberg2022-03-302-6/+6
|
* [passthrough] Show+Highlight device from URL hash (link in statistics)Simon Rettberg2022-03-091-1/+1
|
* [statistics] Adapt hw-data parsing to new json format for displaySimon Rettberg2022-03-095-58/+183
|
* [passthrough] New module for managing hardware passthrough for QEMUSimon Rettberg2022-03-092-0/+75
|
* [statistics] Add additional option to show sysinfosSteffen Ritter2021-10-151-5/+15
| | | | fixes: #3657
* [statistics] Add soft-delete feature: Resets a client's IP and locationSimon Rettberg2021-02-181-3/+20
| | | | | | | | | Soft-deleting a client doesn't remove its entire data and usage history from the database, but just resets IP and location, so it doesn't appear in its former location anymore. In case a client is removed from a room, this declutters the client statistics. Once the client boots again, location and and IP address will be updated again.
* [statistics] Show ID45 live statsSimon Rettberg2021-01-291-0/+6
| | | | Closes #3634
* [statistics] Fix shift-click select for re-ordered tableSimon Rettberg2020-11-181-0/+1
| | | | Closes #3673
* [statistics] Add shift + click selection to the checkboxesJannik Schönartz2020-11-171-0/+16
|
* [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
|