Skip to content

Commit

Permalink
[UPC#320] show if clone is volatile
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Nov 20, 2017
1 parent fbb6337 commit 87847af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/main/admin_machines.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
title ="Machine settings"><i
ng-cloak>&nbsp;{{child.name}}</i></a>
<span style="color:gray">[ <%=l 'Cloned' %> </span>
<span style="color:gray" ng_show="child.is_volatile">, <%=l 'Volatile' %></span>
<span style="color:gray" ng-show="{{child.is_volatile}}">, <%=l 'Volatile' %></span>
<span style="color:gray">]</span>
</td>
<td class="lgMachToggle">
Expand Down

0 comments on commit 87847af

Please sign in to comment.