summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/clientlist.html
Commit message (Collapse)AuthorAgeFilesLines
* [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-181-2/+10
| | | | | .... 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-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] Fix Chart.js for HDD viewSimon Rettberg2022-07-061-4/+4
|
* [js_chart] Update to Chart.js 3.0.8Simon Rettberg2022-07-041-0/+6
|
* [statistics] Show HDD count in list viewSimon Rettberg2022-05-101-2/+8
|
* [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] 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 subnet filter link in client listSimon Rettberg2020-04-221-1/+1
|
* [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/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-081-1/+10
|
* [statistics] Copy-friendly list of uuid/mac/ip/hostnameSimon Rettberg2019-04-291-4/+60
|
* [statistics] clientlist: Add (de)select all buttonSimon Rettberg2019-03-251-2/+13
|
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-251-90/+30Star
|
* [statistics] Add reboot/shutdown to list and details viewSimon Rettberg2019-03-221-46/+69
|
* [statistics] Add location column in clientlistSteffen Ritter2018-06-061-0/+7
|
* [statistics] Refine permissions, add some new onesSimon Rettberg2018-03-041-7/+11
|
* [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] added permissions to view client statistics, delete clients and ↵Udo Walter2017-12-281-8/+36
| | | | edit notes of clients
* [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
|
* Merge branch 'master' into permission-managerSimon Rettberg2017-12-011-7/+11
|\
| * [statistics] Handle runmode and its isclient flagSimon Rettberg2017-11-301-0/+1
| |
| * [statistics] Introduce state column to get rid of complicated state ↵Simon Rettberg2017-11-281-7/+10
| | | | | | | | | | | | determination This also adds support for the STANDBY state
* | [statistics] fixed inconsistenciesUdo Walter2017-09-281-83/+75Star
|/
* [statistics] Show red hdd icon in client list when filtering by ID44 == 0 ↵Simon Rettberg2016-11-141-0/+3
| | | | and machine has no HDD installed at all
* [locations/statistics] Make machine counting more consistentSimon Rettberg2016-09-091-1/+1
|
* Clean up css a bitSimon Rettberg2016-08-171-1/+1
|
* [statistics] Fix list view and sortingSimon Rettberg2016-08-151-0/+37
| | | | Broken when moving JS snippets around
* Merging some refactoring + new filter functionality.Christian Klinger2016-07-151-237/+0Star
|
* [statistics] Add location to filter dropdown listSimon Rettberg2016-07-131-4/+15
|
* [statistics] Change delimiter to something more unusual, add captions for ↵Simon Rettberg2016-07-131-27/+47
| | | | filter options
* [statistics] Minor html cleanup/fixesSimon Rettberg2016-07-131-11/+15
|
* Squashed commit of the following:Christian Klinger2016-07-131-9/+255
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit af19d2aa593a4b4b068a5bc3707d74378625d774 Author: Christian Klinger <spam@klinch.de> Date: Wed Jul 13 12:32:17 2016 +0200 added sorting functionality. commit 0030ebebb49bad18fba8e74184d331be5485ed4e Author: Christian Klinger <spam@klinch.de> Date: Fri Jul 8 16:09:16 2016 +0200 small improvements. commit 8dc5ee1173ffbc6e689f3197ad4d1ecf700a9374 Author: Christian Klinger <spam@klinch.de> Date: Fri Jul 8 12:49:29 2016 +0200 added location fiter. commit 63a2da244a6def5cdd76c654bd5a6a0c108cc47b Author: Christian Klinger <spam@klinch.de> Date: Fri Jul 8 12:25:15 2016 +0200 most filters should work. commit 847536b34cec0194c58cb41a17006a8bd88f748d Author: Christian Klinger <spam@klinch.de> Date: Tue Jul 5 15:57:38 2016 +0200 rudimentary filter options.
* WIPSimon Rettberg2016-05-031-0/+45