Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / app / templates / components / resource-tags.hbs @ faad3c72

History | View | Annotate | Download (349 Bytes)

1 86860c5e Olga Brani
{{!-- 
2 86860c5e Olga Brani
    Is this necessary?
3 2a4126d7 Kostas Papadimitriou
{{#each tag in tags }}
4 2a4126d7 Kostas Papadimitriou
<{{ unbound entryTag}}>
5 2a4126d7 Kostas Papadimitriou
<a href="#" {{bind-attr title=tag.name style=style}} class="has-tip tag">&nbsp;</a>
6 2a4126d7 Kostas Papadimitriou
<span>{{tag.name}}</span>
7 2a4126d7 Kostas Papadimitriou
<a class="delete" {{action 'deleteTag'}} title="remove this tag from this vm"><span class="snf-trash-outline"></span></a>
8 2a4126d7 Kostas Papadimitriou
</{{ unbound entryTag}}>
9 2a4126d7 Kostas Papadimitriou
{{/each}}
10 86860c5e Olga Brani
 --}}