Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / app / templates / _modals.hbs @ 75e13060

History | View | Annotate | Download (338 Bytes)

1
<section class="overlay-area-reveal">
2
{{outlet modal}}
3
{{!-- 	{{reveal-modal id="modal-connect"}}
4
	{{reveal-modal id="modal-start" hasButtons="true"}}
5
	{{reveal-modal id="modal-reboot" hasButtons="true"}}
6
	{{reveal-modal id="modal-shutdown" hasButtons="true"}}
7
	{{reveal-modal id="modal-destroy" hasButtons="true"}}
8
 --}}
9
    
10

    
11
</section>