Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / javascripts / templates / snfElem.hbs @ cc5d0e0e

History | View | Annotate | Download (653 Bytes)

1
<!-- the conditionals here define the structure of output and they are not involved with the origin of the displayed data -->
2

    
3
{{#unless view.addNewBtn}}
4
	{{partial "elementSidebar"}}
5
{{/unless}}
6
<div class="container">
7
	{{#if view.selectable}}
8
		{{snf-checkbox initState=view.initSelect}}
9
	{{/if}}
10
	{{view Synnefo.ImgWrapView}}
11
	{{view Synnefo.LabelNameView}}
12
	{{#unless view.addNewBtn}}
13
	<!-- actions will be different for every kind of models (vms <> nets <> volumes) -->
14
	<!-- for now: view (should be a collection of components=btn2: btns with only icon?) -->
15
		{{view Synnefo.ImmediateActionView}}
16
		{{partial "extraElemInfo"}}
17
	{{/unless}}
18
</div>