+ {{indicator.description ? indicator.description : ''}}
+
+
+
+ {{indicatorUtils.chartTypesIcons.get(indicatorPath.type)}}
+
+
{{indicatorPath.type + ' Chart'}}
+
+
+
+ {{indicatorUtils.isPublicIcon.get(indicator.isPublic)}}
+
+
{{(indicator.isPublic) ? 'Public' : 'Private'}}
+
+
+ {{indicatorUtils.isActiveIcon}}
+
+
{{(indicator.isActive) ? 'Active' : 'Inactive'}}