diff --git a/actors/linux/.gitignore b/actors/linux/.gitignore index 5b3aa44ec..179245cd5 100644 --- a/actors/linux/.gitignore +++ b/actors/linux/.gitignore @@ -1 +1 @@ -/udsactor-opensuse-1.7.0.spec +/udsactor-*1.*.spec diff --git a/server/src/uds/templates/uds/html5/download_client.html b/server/src/uds/templates/uds/html5/download_client.html index fdff0fb7f..93f87e2a6 100644 --- a/server/src/uds/templates/uds/html5/download_client.html +++ b/server/src/uds/templates/uds/html5/download_client.html @@ -10,23 +10,23 @@
{% trans 'In order to be able to execute UDS services, you need to have UDS plugin installed.' %}
-{{ os|pluginDownloadUrl|safe }}
+{% trans 'In case that your platform has been incorrectly detected, you can download manually the version required for your Operating System' %}
{% if os != 'linux' %}
- {% trans 'Linux UDS plugin' %} + {% trans 'Linux UDS plugin' %}
{% endif %} {% if os != 'windows' %}- {% trans 'Windows UDS plugin' %} + {% trans 'Windows UDS plugin' %}
{% endif %} {% if os != 'mac' %}- {% trans 'Mac OSX (>10.5) UDS plugin' %} + {% trans 'Mac OSX (>10.5) UDS plugin' %}
{% endif %} @@ -45,7 +45,7 @@ {% trans "In this case, you will have to manually download the plugin by using the menu on upper right corner." %}' + tmpl.format(url=static('clients/' + v[0]), os=v[1]) + '
' + return res else: - return tmpl.format(url=static('client/UDSClient.dmg'), os='Mac OSX') + return tmpl.format(url=static('clients/UDSClient.dmg'), os='Mac OSX')