Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / templates / partials / vm_resize.html @ ab3df8df

History | View | Annotate | Download (710 Bytes)

1
{% load i18n %}
2

    
3
<div id="vm-resize-overlay-content" class="hidden vm-resize content create-vm">
4
            <div class="warning hidden">
5
                {% blocktrans %}
6
                Machine resize is only available for machines in shutdown state.
7
                {% endblocktrans %}
8
            </div>
9
            <div class="flavor-options-cont content-cont clearfix">
10
                <div class="flavor-options-inner-cont clearfix"
11
                    id="create-vm-flavor-options">
12
                </div>
13
                <div class="form-actions plain clearfix">
14
                    <span class="form-action create">{% trans "resize machine" %}</span>
15
                </div>
16
            </div>
17
</div>
18