disable filtering in indicators
This commit is contained in:
parent
d586f0acbf
commit
bece7ef020
|
@ -213,6 +213,8 @@
|
||||||
<h4 class="uk-margin-remove-bottom">Filters</h4>
|
<h4 class="uk-margin-remove-bottom">Filters</h4>
|
||||||
<a *ngIf="countSelectedFilters() > 1" class="uk-text-small uk-margin-left" (click)="clearAll()"> Clear All </a>
|
<a *ngIf="countSelectedFilters() > 1" class="uk-text-small uk-margin-left" (click)="clearAll()"> Clear All </a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="uk-alert-warning uk-padding-small">Filtering functionality is under development. Stay tuned!</div>
|
||||||
|
<div class="uk-disabled semiFiltered"> <!--Remove to enable again-->
|
||||||
<ng-container *ngTemplateOutlet="selected_filters_pills"></ng-container>
|
<ng-container *ngTemplateOutlet="selected_filters_pills"></ng-container>
|
||||||
<ul class="uk-list uk-list-xlarge uk-list-divider uk-margin-top">
|
<ul class="uk-list uk-list-xlarge uk-list-divider uk-margin-top">
|
||||||
<li>
|
<li>
|
||||||
|
@ -232,6 +234,7 @@
|
||||||
<sup>*</sup> If your filter selection cannot be applied to a chart, that chart will appear grayed-out.
|
<sup>*</sup> If your filter selection cannot be applied to a chart, that chart will appear grayed-out.
|
||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ng-template #selected_filters_pills>
|
<ng-template #selected_filters_pills>
|
||||||
|
|
Loading…
Reference in New Issue