|
|
@@ -1530,6 +1530,9 @@ ${ dashboard.layout_skeleton() }
|
|
|
</a>
|
|
|
<strong>${_('Field Name')}</strong>
|
|
|
</div>
|
|
|
+ <div data-bind="visible: template.filteredAttributeFields().length == 0" style="padding-left:4px; padding-top:5px; color:#CCC">
|
|
|
+ ${ _('No matches.') }
|
|
|
+ </div>
|
|
|
<div class="fields-list" data-bind="foreach: { data: template.filteredAttributeFields, afterRender: resizeFieldsListThrottled }">
|
|
|
<div style="margin-bottom: 3px; white-space: nowrap; position:relative">
|
|
|
<input type="checkbox" data-bind="checkedValue: name, checked: $parent.template.fieldsSelected" style="margin: 0" />
|
|
|
@@ -1537,9 +1540,6 @@ ${ dashboard.layout_skeleton() }
|
|
|
<i class="fa fa-question-circle muted pointer analysis" data-bind="click: function(data, e) { $root.fieldAnalysesName(name()); $root.showFieldAnalysis(data, e); }, attr: {'title': '${ _ko('Analyze ') } ' + name() + ' (' + type() + ')'}, visible: type() != 'aggr'" style="position:absolute; left: 168px; background-color: #FFF"></i>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div data-bind="visible: template.filteredAttributeFields().length == 0" style="padding-left:4px; padding-top:5px; font-size:40px; color:#CCC">
|
|
|
- ${ _('No matches.') }
|
|
|
- </div>
|
|
|
</div>
|
|
|
|
|
|
<div data-bind="visible: template.showFieldList() && template.showChart() && widgetType() === 'resultset-widget'" style="float:left; width:200px; margin-right:10px; background-color:#FFF; padding:5px;">
|