Commit a2c83820c3212097098ec8f9693f07f92e4ea9f9
Committed by
Andrew Shvayka
1 parent
d344f1d0
Change background color select dashboard (#2115)
Showing
1 changed file
with
0 additions
and
1 deletions
... | ... | @@ -74,7 +74,6 @@ |
74 | 74 | <md-icon aria-label="{{ 'dashboard.settings' | translate }}" class="material-icons">settings</md-icon> |
75 | 75 | </md-button> |
76 | 76 | <tb-dashboard-select ng-show="!vm.isEdit && !vm.widgetEditMode && vm.displayDashboardsSelect()" |
77 | - md-theme="tb-dark" | |
78 | 77 | ng-model="vm.currentDashboardId" |
79 | 78 | dashboards-scope="{{vm.currentDashboardScope}}" |
80 | 79 | customer-id="vm.currentCustomerId"> | ... | ... |