Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / javascripts / templates / details / network-connected.hbs @ 38706719

History | View | Annotate | Download (395 Bytes)

1
{{#details-content id="network-connected" class="connected network"}}
2
{{view App.NetworksListView}}
3
	<section class="connect-new network">
4
		<div class="img-wrap">
5
			<a href="" data-reveal-id="connect-to-network">
6
				<span class="snf-network-full snf-font"></span>
7
			</a>
8
		</div>
9
		<p><a href="" data-reveal-id="connect-to-network">Connect to Network</a></p>
10
	</section>
11
{{/details-content}}