mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: move Time picker next to run button (#47082)
This commit is contained in:
parent
dea9b51a0f
commit
6565d0ee64
@ -115,6 +115,8 @@ class UnConnectedExploreToolbar extends PureComponent<Props> {
|
||||
</ToolbarButton>
|
||||
)}
|
||||
|
||||
<AddToDashboard exploreId={exploreId} />
|
||||
|
||||
{!isLive && (
|
||||
<ExploreTimeControls
|
||||
exploreId={exploreId}
|
||||
@ -131,8 +133,6 @@ class UnConnectedExploreToolbar extends PureComponent<Props> {
|
||||
/>
|
||||
)}
|
||||
|
||||
<AddToDashboard exploreId={exploreId} />
|
||||
|
||||
<RunButton
|
||||
refreshInterval={refreshInterval}
|
||||
onChangeRefreshInterval={this.onChangeRefreshInterval}
|
||||
|
Loading…
Reference in New Issue
Block a user