mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Merge pull request #1058 from AntoineAugusti/patch-1
Bring back filters if dashboard filters are enabled
This commit is contained in:
@@ -28,8 +28,9 @@
|
|||||||
<div class="col-lg-12 p-5 m-b-10 bg-orange c-white" ng-if="dashboard.is_archived">
|
<div class="col-lg-12 p-5 m-b-10 bg-orange c-white" ng-if="dashboard.is_archived">
|
||||||
This dashboard is archived and won't appear in the dashboards list or search results.
|
This dashboard is archived and won't appear in the dashboards list or search results.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<filters ng-if="dashboard.dashboard_filters_enabled"></filters>
|
||||||
|
|
||||||
<div ng-repeat="row in dashboard.widgets" class="row">
|
<div ng-repeat="row in dashboard.widgets" class="row">
|
||||||
<div ng-repeat="widget in row" class="col-lg-{{widget.width | colWidth}}" ng-controller='WidgetCtrl'>
|
<div ng-repeat="widget in row" class="col-lg-{{widget.width | colWidth}}" ng-controller='WidgetCtrl'>
|
||||||
<div class="tile" ng-if="type=='visualization'">
|
<div class="tile" ng-if="type=='visualization'">
|
||||||
|
|||||||
Reference in New Issue
Block a user