summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/pages/subnet.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [rebootcontrol] Hide client2client subnets in details view if disabledSimon Rettberg2023-12-141-6/+10
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-1/+1
|
* Moderize Database handlingSimon Rettberg2021-05-111-3/+3
| | | | | | | * 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
* [rebootcontrol] Show '-' for "subnet 2 subnet"-count if disabledSimon Rettberg2021-03-191-0/+4
|
* [rebootcontrol] Add "delete subnet" buttonSimon Rettberg2020-02-271-0/+15
|
* [rebootcontrol] Fix incomplete querySimon Rettberg2019-12-131-1/+1
|
* [rebootcontrol] Implement assigning subnets to jump hostSimon Rettberg2019-12-071-1/+3
| | | | | Also fix removing all jump hosts from a subnet. Update translations.
* [statistics/rebootcontrol] Add WOL button to statistics moduleSimon Rettberg2019-12-071-19/+23
| | | | | * Overhauled task display in rebootcontrol module * Can only add subnets by CIDR now instead of start and end
* [statistics/rebootcontrol] Implement editing subnetSimon Rettberg2019-11-271-0/+150