Revision 1901d1ce snf-cyclades-app/synnefo/ui/new_ui/ui/app/templates/networks-list.hbs

b/snf-cyclades-app/synnefo/ui/new_ui/ui/app/templates/networks-list.hbs
1
{{#each network in this.networks}}
2
    {{network-el item=network}}
3
{{/each}}
4

  
5
{{!-- {{icon}} --}}
6
<!--SOS, edw pairnei gia contoller, ton controller tou vm-->
1
{{#each port in this.ports}}
2
    {{network-el item=port.network}}
3
{{/each}}

Also available in: Unified diff