chore(plugin-chart-table): move adhoc filters control closer to the metrics (#17797)

This commit is contained in:
Kamil Gabryjelski
2021-12-17 14:39:09 +01:00
committed by GitHub
parent b5dca4ebfe
commit a2d8b94c52

View File

@@ -259,6 +259,7 @@ const config: ControlPanelConfig = {
},
},
],
['adhoc_filters'],
[
{
name: 'timeseries_limit_metric',
@@ -359,7 +360,6 @@ const config: ControlPanelConfig = {
},
},
],
['adhoc_filters'],
emitFilterControl,
],
},