Skip to content

Commit

Permalink
fix(download): disable columns
Browse files Browse the repository at this point in the history
disable columns if 10 minute average is selected
  • Loading branch information
mpfeil committed Feb 11, 2018
1 parent ec8f5be commit a236068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/controllers/sidebar.download.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
switch (vm.inputFilter.window) {
case '1h':
case '1d':
case '10m':
vm.columns.createdAt = '';
vm.columns.sensorId = '';
vm.columns.value = '';
Expand Down

0 comments on commit a236068

Please sign in to comment.