summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* Merge branch 'master' into permission-managerSimon Rettberg2017-12-015-53/+78
|\
| * [statistics] Handle runmode and its isclient flagSimon Rettberg2017-11-304-39/+58
| |
| * [statistics] Introduce state column to get rid of complicated state ↵Simon Rettberg2017-11-282-13/+19
| | | | | | | | | | | | determination This also adds support for the STANDBY state
| * [statistics&syslog] Changed ip to machine-uuid for filtering. Fixed a bug ↵Jannik Schönartz2017-11-201-1/+1
| | | | | | | | where the client-log was losing the specific client when a filter was added.
* | Merge remote-tracking branch 'origin/master' into permission-managerUdo Walter2017-11-211-1/+2
|\| | | | | | | | | | | # Conflicts: # modules-available/backup/templates/_page.html # style/default.css
| * [translation] Added translation for 'subnet' filterSteffen Ritter2017-09-051-1/+2
| |
* | [statistics] moved "add filter" button closer to the filter fieldUdo Walter2017-10-181-3/+3
| |
* | [statistics] changed coloring of naviation buttons from blue to 'pressed down';Udo Walter2017-10-131-10/+13
| | | | | | | | added scroll to top button; removed space between filter and 'add filter button'
* | [statistics] fixed inconsistenciesUdo Walter2017-09-288-226/+262
|/