diff options
author | Simon Rettberg | 2021-03-19 13:54:22 +0100 |
---|---|---|
committer | Simon Rettberg | 2021-03-19 13:54:22 +0100 |
commit | 4c0862efe57fbdaa51a69c8dc39f6fc4ae45fa20 (patch) | |
tree | cf5d472d2bea7a4ba43339bf892db6dad710e51c /modules-available/locations/lang/en | |
parent | [locations] Add permission for openingtimes (diff) | |
download | slx-admin-4c0862efe57fbdaa51a69c8dc39f6fc4ae45fa20.tar.gz slx-admin-4c0862efe57fbdaa51a69c8dc39f6fc4ae45fa20.tar.xz slx-admin-4c0862efe57fbdaa51a69c8dc39f6fc4ae45fa20.zip |
[locations/rebootcontrol] Inherit openingtimes for WOL/shutdown
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
Diffstat (limited to 'modules-available/locations/lang/en')
-rw-r--r-- | modules-available/locations/lang/en/template-tags.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/locations/lang/en/template-tags.json b/modules-available/locations/lang/en/template-tags.json index 5790902b..d60aa291 100644 --- a/modules-available/locations/lang/en/template-tags.json +++ b/modules-available/locations/lang/en/template-tags.json @@ -15,6 +15,7 @@ "lang_endAddress": "End address", "lang_expertMode": "Expert mode", "lang_fixMachineAssign": "Fix or remove assignment", + "lang_inheritOpeningTimes": "Inherit from parent location", "lang_ip": "IP address", "lang_listOfSubnets": "List of subnets", "lang_location": "Location", |