mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TimeZonePicker: added possibility to toggle if internal time zones should be included or not. (#25934)
* made some small adjustments after feedback. * made the flag optional.
This commit is contained in:
@@ -157,7 +157,7 @@ export class SharedPreferences extends PureComponent<Props, State> {
|
||||
</Field>
|
||||
|
||||
<Field label="Timezone" aria-label={selectors.components.TimeZonePicker.container}>
|
||||
<TimeZonePicker value={timezone} onChange={this.onTimeZoneChanged} />
|
||||
<TimeZonePicker includeInternal={true} value={timezone} onChange={this.onTimeZoneChanged} />
|
||||
</Field>
|
||||
<div className="gf-form-button-row">
|
||||
<Button variant="primary">Save</Button>
|
||||
|
Reference in New Issue
Block a user