Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / app / templates / modals / reboot-vm-modal.hbs @ 6be59978

History | View | Annotate | Download (171 Bytes)

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