summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates
diff options
context:
space:
mode:
authorJannik Schönartz2017-03-27 01:05:06 +0200
committerJannik Schönartz2017-03-27 01:05:06 +0200
commitadf21a303a2be913db8f323cb8e844c04e6f932c (patch)
tree045f331c08edecc5ac50727a644efc01ef422971 /modules-available/locationinfo/templates
parentBug das eine HisInOne Anfrage gestartet wird obwohl kein Shedule aktualisiert... (diff)
downloadslx-admin-adf21a303a2be913db8f323cb8e844c04e6f932c.tar.gz
slx-admin-adf21a303a2be913db8f323cb8e844c04e6f932c.tar.xz
slx-admin-adf21a303a2be913db8f323cb8e844c04e6f932c.zip
Bugfixes: serversettings option 1 is selected when switching backend type. Some minor empty array etc. fixes.
Diffstat (limited to 'modules-available/locationinfo/templates')
-rw-r--r--modules-available/locationinfo/templates/server-settings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/templates/server-settings.html b/modules-available/locationinfo/templates/server-settings.html
index bd52ded8..bb5b68d3 100644
--- a/modules-available/locationinfo/templates/server-settings.html
+++ b/modules-available/locationinfo/templates/server-settings.html
@@ -136,7 +136,7 @@
$("#credentials-list").append('<div class="list-group-item"><div class="row">\
<div class="col-md-3"><label>{{name}}</label></div>\
<div class="col-md-7">\
- <select class="form-control" id="input-{{uid}}" name="{{uid}}" form="settingsForm">\
+ <select class="form-control" id="input-selection-{{uid}}" name="{{uid}}" form="settingsForm">\
{{#array}}\
<option value="{{option}}" {{#active}}selected{{/active}}>{{option}}</option>\
{{/array}}\