Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / app / templates / destroy-vm-modal.hbs @ be5195f3

History | View | Annotate | Download (195 Bytes)

1
{{#reveal-modal id="destroy-vm-modal" hasButtons="true" ok="destroyVm" class="modal-reboot"}}
2
    <p>Are you sure you want to destroy the VM <strong>{{model.name}}</strong>?</p>
3
{{/reveal-modal}}