Commit a2c83820c3212097098ec8f9693f07f92e4ea9f9

Authored by Vladyslav
Committed by Andrew Shvayka
1 parent d344f1d0

Change background color select dashboard (#2115)

@@ -74,7 +74,6 @@ @@ -74,7 +74,6 @@
74 <md-icon aria-label="{{ 'dashboard.settings' | translate }}" class="material-icons">settings</md-icon> 74 <md-icon aria-label="{{ 'dashboard.settings' | translate }}" class="material-icons">settings</md-icon>
75 </md-button> 75 </md-button>
76 <tb-dashboard-select ng-show="!vm.isEdit && !vm.widgetEditMode && vm.displayDashboardsSelect()" 76 <tb-dashboard-select ng-show="!vm.isEdit && !vm.widgetEditMode && vm.displayDashboardsSelect()"
77 - md-theme="tb-dark"  
78 ng-model="vm.currentDashboardId" 77 ng-model="vm.currentDashboardId"
79 dashboards-scope="{{vm.currentDashboardScope}}" 78 dashboards-scope="{{vm.currentDashboardScope}}"
80 customer-id="vm.currentCustomerId"> 79 customer-id="vm.currentCustomerId">