Revision 87ad58ca

b/snf-cyclades-app/synnefo/ui/templates/synnefo-windows.rdp
35 35
promptcredentialonce:i:1
36 36
username:s:{{ username }}
37 37
domain:s:{{ domain }}
{% if port %}
38
port:i:{{ port }}
39
{% endif %}full address:s:{% if hostname %}{{ hostname }}{% else %}{{ ip_address }}{% endif %}{% if extra_content %}
38
port:i:{{ port }}
{% endif %}
39
full address:s:{% spaceless %}
40
{% if hostname %}
41
    {{ hostname }}{% if port %}:{{ port }}{% endif %}
42
    {% else %}
43
    {{ ip_address }}{% if port %}:{{ port }}{% endif %}
44
{% endif %}
45
{% endspaceless %}{% if extra_content %}
40 46
{{ extra_content }}{% endif %}

Also available in: Unified diff