Revision 96a93b6b

b/snf-cyclades-app/synnefo/ui/static/snf/css/main.css
5827 5827
}
5828 5828

  
5829 5829
.create-vm .personalize-cont .confirm-params {
5830
    max-height: 216px;
5830
    max-height: 190px;
5831 5831
}
5832 5832

  
5833 5833
.create-vm .personalize-cont,
b/snf-cyclades-app/synnefo/ui/templates/partials/create_vm.html
192 192
                            <h4>{% trans "Public SSH keys" %} <span><a
193 193
                                        class="create-ssh-key" href="#">manage keys</a></span></h4>
194 194
                            <p class="desc">
195
                                Select ssh keys
195
                            {% blocktrans %}
196
                            Your account contains the following SSH public keys. 
197
                            Select one or more to activate in your new machine. 
198
                            You will then be able to ssh with the corresponding 
199
                            private key without a password."
200
                            {% endblocktrans %}
196 201
                            </p>
197 202
                            <p class="desc empty hidden">
198 203
                            No ssh keys in your account. <a href="#"

Also available in: Unified diff