Revision 3cac4a52 snf-cyclades-app/synnefo/ui/templates/partials/vm_connect.html

b/snf-cyclades-app/synnefo/ui/templates/partials/vm_connect.html
1 1
{% load i18n %}
2 2
<div id="vm-connect-overlay-content" class="hidden vm-connect overlay-content">
3
    <div class="no-public-ip hidden description">
4
      You need to have a public IP in order to connect. 
5
      You can attach a public IP to your machine from the 
6
      <a href="#">IPs pane view.</a>
7
    </div>
3 8
    <div class="error hidden description">
4 9
        <p>{% trans "Cannot retrieve machine connection infromation" %}</p>
5 10
    </div>
......
21 26
            minutes to connect to them.
22 27
          </span>
23 28
          </p>
29
          <p class="hidden v6-warn">
30
            <span class="important">
31
              This machine does not have a public IPv4 address.  You need to
32
              have IPv6 connectivity in order to reach this machine.
33
            </span>
34
          </p>
24 35
        </div>
25 36
    </div>
26 37
</div>

Also available in: Unified diff