diff options
author | Simon Rettberg | 2022-05-21 12:38:16 +0200 |
---|---|---|
committer | Simon Rettberg | 2022-05-21 12:38:16 +0200 |
commit | db1dcf5a9bcd6efa4744c60cfca37a3ee0e4173e (patch) | |
tree | 441737aa92b4f27c8d0e0030bbb3096b98717f39 /modules-available/remoteaccess/templates/edit-group.html | |
parent | .idea: Silence annoying inspection (diff) | |
download | slx-admin-db1dcf5a9bcd6efa4744c60cfca37a3ee0e4173e.tar.gz slx-admin-db1dcf5a9bcd6efa4744c60cfca37a3ee0e4173e.tar.xz slx-admin-db1dcf5a9bcd6efa4744c60cfca37a3ee0e4173e.zip |
[remoteaccess] Mark locations that have access restrictions in place
Diffstat (limited to 'modules-available/remoteaccess/templates/edit-group.html')
-rw-r--r-- | modules-available/remoteaccess/templates/edit-group.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules-available/remoteaccess/templates/edit-group.html b/modules-available/remoteaccess/templates/edit-group.html index 0f09f071..3f456cb7 100644 --- a/modules-available/remoteaccess/templates/edit-group.html +++ b/modules-available/remoteaccess/templates/edit-group.html @@ -33,6 +33,14 @@ <td class="text-nowrap"> <div style="display:inline-block;width:{{depth}}em"></div> <label for="loc-check-{{locationid}}" class="{{disabled}}">{{locationname}}</label> + {{#ra_never}} + – + <span class="glyphicon glyphicon-remove text-danger" title="{{lang_roomRemoteAccessDisabled}}"></span> + {{/ra_never}} + {{#ra_selective}} + – + <span class="glyphicon glyphicon-time" title="{{lang_roomRemoteAccessWhenClosed}}"></span> + {{/ra_selective}} </td> </tr> {{/locations}} |