Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (1.2 kB)

1
{% load i18n %}
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>
8
    <div class="error hidden description">
9
        <p>{% trans "Cannot retrieve machine connection infromation" %}</p>
10
    </div>
11
    <div class="connection-info connect-cont">
12
        <div class="description">
13
            <p></p>
14
        </div>
15
        <div class="connect copy-content">
16
            <p></p>
17
            <div class="clipboard"></div>
18
        </div>
19
        <div class="subinfo description">
20
          <p></p>
21
        </div>
22
        <div class="extra-info">
23
          <p>
24
          <span class="important">
25
            Keep in mind that recently rebooted or created VMs may take up to 5
26
            minutes to connect to them.
27
          </span>
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>
35
        </div>
36
    </div>
37
</div>