This commit is contained in:
Torkel Ödegaard
2018-05-29 13:25:44 +02:00
@@ -21,7 +21,7 @@
</tr>
</thead>
<tbody>
<tr ng-repeat="annotation in ctrl.annotations">
<tr ng-repeat="annotation in ctrl.annotations track by annotation.name">
<td style="width:90%" ng-hide="annotation.builtIn" class="pointer" ng-click="ctrl.edit(annotation)">
<i class="fa fa-comment" style="color:{{annotation.iconColor}}"></i> &nbsp;
{{annotation.name}}