mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 18:03:54 +00:00
Bring back filters if dashboard filters are enabled
This commit is contained in:
parent
ed45dcb01d
commit
48c85645c6
@ -29,6 +29,7 @@
|
||||
This dashboard is archived and won't appear in the dashboards list or search results.
|
||||
</div>
|
||||
|
||||
<filters ng-if="dashboard.dashboard_filters_enabled"></filters>
|
||||
|
||||
<div ng-repeat="row in dashboard.widgets" class="row">
|
||||
<div ng-repeat="widget in row" class="col-lg-{{widget.width | colWidth}}" ng-controller='WidgetCtrl'>
|
||||
|
Loading…
Reference in New Issue
Block a user