Unified History: Place the UnifiedHistory icon (#98092)
This commit is contained in:
@@ -73,8 +73,8 @@ export const SingleTopBar = memo(function SingleTopBar({
|
|||||||
|
|
||||||
<Stack gap={0.5} alignItems="center">
|
<Stack gap={0.5} alignItems="center">
|
||||||
<TopSearchBarCommandPaletteTrigger />
|
<TopSearchBarCommandPaletteTrigger />
|
||||||
<QuickAdd />
|
|
||||||
{unifiedHistoryEnabled && <HistoryContainer />}
|
{unifiedHistoryEnabled && <HistoryContainer />}
|
||||||
|
<QuickAdd />
|
||||||
{enrichedHelpNode && (
|
{enrichedHelpNode && (
|
||||||
<Dropdown overlay={() => <TopNavBarMenu node={enrichedHelpNode} />} placement="bottom-end">
|
<Dropdown overlay={() => <TopNavBarMenu node={enrichedHelpNode} />} placement="bottom-end">
|
||||||
<ToolbarButton iconOnly icon="question-circle" aria-label="Help" />
|
<ToolbarButton iconOnly icon="question-circle" aria-label="Help" />
|
||||||
@@ -115,9 +115,8 @@ const getStyles = (theme: GrafanaTheme2, menuDockedAndOpen: boolean) => ({
|
|||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
|
|
||||||
[theme.breakpoints.up('lg')]: {
|
[theme.breakpoints.up('lg')]: {
|
||||||
gridTemplateColumns: '2fr minmax(440px, 1fr)',
|
gridTemplateColumns: '2fr minmax(550px, 1fr)',
|
||||||
display: 'grid',
|
display: 'grid',
|
||||||
|
|
||||||
justifyContent: 'flex-start',
|
justifyContent: 'flex-start',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user