summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/propertyGroup.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/propertyGroup.html b/templates/propertyGroup.html
index e25ba091..2cce1a4f 100644
--- a/templates/propertyGroup.html
+++ b/templates/propertyGroup.html
@@ -1,6 +1,7 @@
<h3 class="propertyGroup__title">
<i ng-class="ctrl.getIconClass()"></i>
{{ctrl.getReadableName()}}
+ <i ng-class="ctrl.getInfoClass()" title="{{ctrl.getInfoText()}}"></i>
</h3>
<detailsItem ng-repeat="property in ctrl.properties" name="ctrl.name" data="property" model="ctrl.contact" index="$index"
class="details-item-{{ctrl.name}}" ng-class="{ 'failed': ctrl.contact.failedProps.indexOf(ctrl.name) !== -1 }"></detailsItem>