File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/dashboards/components Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2525 align-items : stretch ;
2626 width : 100% ;
2727 flex : 1 0 0 ;
28+ padding-left : $cf-space-l ;
29+ padding-right : $cf-space-l ;
2830 padding-bottom : $cf-space-s ;
2931}
3032
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import {
1212} from '@influxdata/clockface'
1313import VisOptionsButton from 'src/timeMachine/components/VisOptionsButton'
1414import ViewTypeDropdown from 'src/timeMachine/components/ViewTypeDropdown'
15+ import TimeZoneDropdown from 'src/shared/components/TimeZoneDropdown'
1516
1617// Constants
1718import {
@@ -48,6 +49,7 @@ class VEOHeader extends PureComponent<Props> {
4849 < VisOptionsButton />
4950 </ Page . ControlBarLeft >
5051 < Page . ControlBarRight >
52+ < TimeZoneDropdown />
5153 < SquareButton
5254 icon = { IconFont . Remove_New }
5355 onClick = { onCancel }
You can’t perform that action at this time.
0 commit comments