Revision 17ab1a48

b/snf-cyclades-app/synnefo/ui/views.py
195 195
To do so open a terminal and type the following at the prompt to connect to your machine:""")
196 196
CONNECT_LINUX_WINDOWS_MESSAGE = _("""A direct connection to this machine can be
197 197
established using <a target="_blank" href="http://en.wikipedia.org/wiki/Remote_Desktop_Services">Remote Desktop Service</a>.
198
To do so, open the following file with an appropriate remote desktop client.""")
198
To do so, open the following file with an appropriate remote desktop client.
199
IMPORTANT: It may take up to 15 minutes for your Windows VM to become available
200
after its creation.""")
199 201
CONNECT_LINUX_WINDOWS_SUBMESSAGE = _("""If you don't have one already
200
installed, we suggest the use of <a target="_blank" href="http://sourceforge.net/projects/tsclient/files/tsclient/tsclient-unstable/tsclient-2.0.1.tar.bz2/download">tsclient</a>.""")
202
installed, we suggest the use of <a target="_blank" href="http://sourceforge.net/projects/tsclient/files/latest/download?source=files">tsclient</a>.""")
201 203
CONNECT_WINDOWS_LINUX_MESSAGE = _("""A direct connection to this machine can be established using the <a target="_blank"
202 204
href="http://en.wikipedia.org/wiki/Secure_Shell">SSH Protocol</a>.
203 205
Open an ssh client such as PuTTY and type the following:""")
......
205 207
<a target="_blank" href="http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe">Download PuTTY</a>""")
206 208

  
207 209
CONNECT_WINDOWS_WINDOWS_MESSAGE = _("""A direct connection to this machine can be
208
established using Remote Desktop. Click on the following link, and if asked open it using "Remote Desktop Connection" """)
210
established using Remote Desktop. Click on the following link, and if asked
211
open it using "Remote Desktop Connection".
212
IMPORTANT: It may take up to 15 minutes for your Windows VM to become available
213
after its creation.""")
209 214
CONNECT_WINDOWS_WINDOWS_SUBMESSAGE = _("""Save this file to disk for future use""")
210 215

  
211 216
# info/subinfo for all os combinations

Also available in: Unified diff