Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (733 Bytes)

1
{% load i18n %}
2

    
3
<div id="vm-resize-overlay-content" class="hidden vm-resize content create-vm">
4
  <div class="flavor-options-cont content-cont clearfix">
5
    <div class="flavor-options-inner-cont clearfix"
6
        id="create-vm-flavor-options">
7
    </div>
8
    <div class="form-actions plain clearfix">
9
      <div class="warning shutdown">
10
      {% blocktrans %}You need to shutdown your machine before you can resize it.{% endblocktrans %}
11
      </div>
12
      <div class="warning start">
13
        Insufficient quota to start this machine.
14
      </div>
15
      <span class="form-action resize">{% trans "resize machine" %}</span>
16
      <span class="form-action shutdown">{% trans "shutdown machine" %}</span>
17
    </div>
18
  </div>
19
</div>
20