diff --git a/lib/assets/javascripts/deep-insights/widgets/formula_mini/template.tpl b/lib/assets/javascripts/deep-insights/widgets/formula_mini/template.tpl new file mode 100644 index 0000000..7a39d0c --- /dev/null +++ b/lib/assets/javascripts/deep-insights/widgets/formula_mini/template.tpl @@ -0,0 +1,54 @@ +
+
+

<%- title %>

+
+ +
+
+ <% if (showSource) { %> +
+
+ + <%- sourceId %> + + + <% if (!isSourceType) { %> + + + + <% } %> + + + <%= sourceType %> + + + + <%= layerName %> + +
+
+ <% } %> + <% if (showStats) { %> +
+
<%- nulls %>
null rows
+
+ <% } %> +
+
+ <% if (_.isNumber(value)) { %> +

+ <%= prefix %><%- value %><%= suffix %> +

+ <% if (description) { %> +

<%- description %>

+ <% } %> + <% } else { %> +
+ <% } %> +