summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/templates
Commit message (Collapse)AuthorAgeFilesLines
* [locations] Better warning text when deleting a roomSimon Rettberg2025-04-231-2/+8
| | | | | | | Add extra warning text when deleting a room where the user doesn't have permission to add new rooms to the parent location. Also show the number of child locations next to the checkbox for deleting all child locations.
* [locations] cleanup: Hide/disable move button if action not availableSimon Rettberg2023-05-121-3/+21
| | | | | | Hide the button entirely if there are no movable machines in the displayed list. Disable the button as long as the user selected at least one unmovable machine.
* [locations/news] Add per-location news/help/loginscreentextSimon Rettberg2022-05-031-0/+6
|
* [locations/remoteaccess] Add option to veto remoteaccess modeSimon Rettberg2022-04-292-4/+27
| | | | | | | Remoteaccess mode can now be forced to be disabled for individual locations in locations module, either unconditionally, or whenever the openingtimes schedule says the room is open. A reboot will be triggered whenever the room opens/closes to force clients into the proper runmode.
* [locations] Openingtimes: Disable inheritance when adding rowSimon Rettberg2022-04-281-0/+5
|
* [locations] Modularize additional column handlingSimon Rettberg2022-03-091-86/+21Star
| | | | | Additional columns are now added through a hook, moving specialized code where it belongs.
* [locations/rebootcontrol] Inherit openingtimes for WOL/shutdownSimon Rettberg2021-03-191-2/+15
| | | | | | | | | | The opening times schedule is now inherited to child locations, so it's easy to toggle WOL or shutdown for individual rooms in a building, where you only have to set the opening times once for the entire building. As of now, WOL and shutdown settings are *not* inherited to child locations, as I'm not sure if you always want to inherit those by default. Closes #3710
* [locations] Add permission for openingtimesSimon Rettberg2021-03-171-1/+1
|
* [locations/rebootcontrol] Change ENUM constants; display next eventSimon Rettberg2021-03-171-6/+7
|
* [rebootcontrol] Handle scheduler overlapsChristian Hofmaier2021-03-161-4/+4
| | | | | - Overlaps < 5 min are ignored, < 15 triggers reboot - Database: Make 1 line out of 2
* [locations] Fix duplicate class attributeSimon Rettberg2020-12-161-1/+1
|
* [locations] Fix adding expert rows; tweak WOL/SD style some moreSimon Rettberg2020-12-161-10/+18
|
* [locations] openingtimes: fix switch to expert modeSimon Rettberg2020-12-161-2/+2
|
* [locations] Avoid potentially duplicate ids in ajax fragmentsSimon Rettberg2020-12-163-63/+61Star
|
* [locations] Add scheduler to openingtimes modalChristian Hofmaier2020-12-032-2/+43
| | | | | - only load/safe without further functionality - add backend to rebootcontrol
* Merge branch 'master' of git.openslx.org:openslx-ng/slx-adminChristian Hofmaier2020-10-131-1/+1
|\ | | | | | | merge branch 'master'
| * [locations] table-hover für SteffenSimon Rettberg2020-09-231-1/+1
| | | | | | | | Closes #3676
* | [locationinfo] add forward link to location moduleChristian Hofmaier2020-10-131-1/+9
|/ | | | + delete some unused code
* [locations] Migrate openingtimes from infoscreen to locations moduleChristian Hofmaier2020-09-083-4/+218
| | | | | - move openingtimes from infoscreen db to locations db - read-only openingtimes in infoscreen
* [locations] Show colored bars for used/idle/offline in overviewSimon Rettberg2020-05-191-6/+8
|
* [js_ip/locations] Mode cidr/ip handling to own moduleSimon Rettberg2019-11-271-8/+4Star
|
* [locations] Show number of machines with configvar overridesSimon Rettberg2019-11-061-2/+16
|
* [locations] Add warnings/cleanup for bad machine to roomplan mappingsSimon Rettberg2019-07-314-5/+89
|
* [locations] subnet inputs: disabled -> readonly; disable save buttonSimon Rettberg2019-05-021-3/+3
| | | | | | | There was unfinished code to disable the save button if there are no actions allowed to perform in the location detail box, which is now working. Also make the text inputs readonly instead of diabled if we're not allowed to edit them, so copy & paste still works.
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-252-6/+2Star
|
* [serversetup-bwlp-ipxe/locations] Minor fixesSimon Rettberg2019-03-091-1/+1
|
* [locations] Fix display with old serversetup moduleSimon Rettberg2019-03-051-1/+1
|
* [locations] Show current boot menu per location, add edit buttonSimon Rettberg2019-01-111-2/+15
|
* [locations] Restore row with unassigned machinesSimon Rettberg2018-04-251-1/+2
|
* [locations] Handle statistics permissions when showing/linking machine statsSimon Rettberg2018-03-281-1/+8
|
* [locations] Make subnet list editable again :)Simon Rettberg2018-03-281-4/+4
| | | | Closes #3331
* [roomplanner] Add permissionsSimon Rettberg2018-02-271-2/+4
|
* [locations] One permission for direct subnet editing; restructure handling a bitSimon Rettberg2018-02-142-30/+33
|
* [locations] Redesign machine count column, make both counts clickableSimon Rettberg2017-12-071-12/+11Star
|
* [locations] Move overlap warnings to topSimon Rettberg2017-12-011-10/+13
|
* [locations] added warning if subnets are marked for deletion; locations now ↵Udo Walter2017-10-182-4/+42
| | | | scroll into view; subnet list now sorted by startip;
* [locations] changed coloring of naviation buttons from blue to 'pressed down'Udo Walter2017-10-132-2/+2
|
* [locations] moved 'delete location' button to the bottom and added text;Udo Walter2017-10-132-5/+3Star
| | | | resized select field in 'add location' row;
* [locations] implemented new permission systemUdo Walter2017-10-033-30/+37
|
* [statistics] fixed inconsistenciesUdo Walter2017-09-281-1/+1
|
* [locations] small design changesUdo Walter2017-09-253-10/+6Star
|
* [locations] fixed inconsistencies + small design changesUdo Walter2017-09-133-49/+98
|
* [locations] Open room planner in new window with reduced UISimon Rettberg2017-07-141-3/+2Star
|
* [locations] Also make sure the opened location is in viewSimon Rettberg2016-11-301-1/+2
|
* [locations] Don't scroll to top when opening locationSimon Rettberg2016-11-301-1/+1
|
* [locations] Fix tag mismatchSimon Rettberg2016-11-251-1/+1
|
* [locations] Show percent of occupied machines per locationSimon Rettberg2016-09-131-2/+13
|
* [locations/statistics] Make machine counting more consistentSimon Rettberg2016-09-091-0/+4
|
* FAGESSEN!Simon Rettberg2016-09-071-2/+2
|
* Fix some translationsSimon Rettberg2016-09-061-1/+1
|