Revision 99a005df

b/snf-cyclades-app/synnefo/ui/views.py
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 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 200
CONNECT_LINUX_WINDOWS_SUBMESSAGE = _("""If you don't have one already
202
installed, we suggest the use of <a target="_blank" href="http://sourceforge.net/projects/tsclient/files/latest/download?source=files">tsclient</a>.""")
201
installed, we suggest the use of <a target="_blank"
202
href="http://sourceforge.net/projects/tsclient/files/latest/download?source=files">tsclient</a>.<br
203
/><span class="important">IMPORTANT: It may take up to 15 minutes for your Windows VM to become available
204
after its creation.</span>""")
203 205
CONNECT_WINDOWS_LINUX_MESSAGE = _("""A direct connection to this machine can be established using the <a target="_blank"
204 206
href="http://en.wikipedia.org/wiki/Secure_Shell">SSH Protocol</a>.
205 207
Open an ssh client such as PuTTY and type the following:""")

Also available in: Unified diff