All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.index_patterns._object.tmpl.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
<% _.each(highlight, function (value, field) { /* show fields that match the query first */ %>
<%- shortDotsFilter(field) %>:
<%= source[field] %>
<%= ' ' %> <% }); %> <% _.each(source, function (value, field) { %> <% if (_.has(highlight, field)) return; %>
<%- shortDotsFilter(field) %>:
<%= value %>
<%= ' ' %> <% }); %>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy