mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
move quickfunction button (#142623)
This commit is contained in:
parent
5f3d439b50
commit
0ab0f7a7df
1 changed files with 5 additions and 5 deletions
|
@ -639,6 +639,11 @@ export function DimensionEditor(props: DimensionEditorProps) {
|
|||
<EuiFormRow
|
||||
label={
|
||||
<EuiFlexGroup gutterSize="s" alignItems="center">
|
||||
<EuiFlexItem grow={false}>
|
||||
{i18n.translate('xpack.lens.indexPattern.functionsLabel', {
|
||||
defaultMessage: 'Functions',
|
||||
})}
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiPopover
|
||||
anchorPosition="rightUp"
|
||||
|
@ -680,11 +685,6 @@ export function DimensionEditor(props: DimensionEditorProps) {
|
|||
</EuiPanel>
|
||||
</EuiPopover>
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem grow={false}>
|
||||
{i18n.translate('xpack.lens.indexPattern.functionsLabel', {
|
||||
defaultMessage: 'Functions',
|
||||
})}
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
}
|
||||
fullWidth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue