diff options
author | Simon Rettberg | 2017-04-19 23:43:24 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-04-19 23:43:24 +0200 |
commit | c781a551ae84127ef05eaa36909dca44e49e1200 (patch) | |
tree | 81992a3b781285c2ce6e1916b5d5fd349d5ac45d /modules-available/locationinfo/templates/server-settings.html | |
parent | [locationinfo] Enable 30 minutes caching for davinci (diff) | |
download | slx-admin-c781a551ae84127ef05eaa36909dca44e49e1200.tar.gz slx-admin-c781a551ae84127ef05eaa36909dca44e49e1200.tar.xz slx-admin-c781a551ae84127ef05eaa36909dca44e49e1200.zip |
[locationinfo] Better backend-specific property handling, get rid of URL
- The backend URL still had special treatment for legacy reasons, when it
would be perfectly fine to make it just another generic property the
backend has to define.
- Allow for the backend to declare a default value for properties.
- Base class will now check and sanitize the setCredentials() input.
Diffstat (limited to 'modules-available/locationinfo/templates/server-settings.html')
-rw-r--r-- | modules-available/locationinfo/templates/server-settings.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/modules-available/locationinfo/templates/server-settings.html b/modules-available/locationinfo/templates/server-settings.html index c135543f..1257ab52 100644 --- a/modules-available/locationinfo/templates/server-settings.html +++ b/modules-available/locationinfo/templates/server-settings.html @@ -30,23 +30,6 @@ <div class="list-group-item"> <div class="row"> <div class="col-md-3"> - <label>{{lang_serverUrl}}</label> - </div> - <div class="col-md-7"> - <input required class="form-control" id="input-url-{{id}}" name="url" type="text" - value="{{url}}"> - </div> - <div class="col-md-2"> - <a class="btn btn-default" id="help-url" title="{{lang_urlTooltip}}"> - <span class="glyphicon glyphicon-question-sign"></span> - </a> - </div> - </div> - </div> - - <div class="list-group-item"> - <div class="row"> - <div class="col-md-3"> <label>{{lang_serverType}}</label> </div> <div class="col-md-7"> |