Transformations: enable transformations reordering (#27197)

* Transformations: enable queries reorder by drag and drop

* Satisfy ts

* Update unicons and replace ellipsis with draggabledot

* remove import

* Remove that snap

* Review

* review 2
This commit is contained in:
Dominik Prokop
2020-08-31 08:47:27 +02:00
committed by GitHub
parent 1a69bcfeff
commit 6dbb803b3f
18 changed files with 338 additions and 161 deletions

View File

@@ -64,7 +64,7 @@ export class InspectDataTab extends PureComponent<Props, State> {
const { timeIndex, timeField } = getTimeField(dataFrame);
if (timeField) {
// Use the configurd date or standandard time display
// Use the configured date or standard time display
let processor: DisplayProcessor | undefined = timeField.display;
if (!processor) {
processor = getDisplayProcessor({
@@ -224,6 +224,8 @@ export class InspectDataTab extends PureComponent<Props, State> {
return (
<QueryOperationRow
id="Table data options"
index={0}
title="Table data options"
headerElement={<DetailText>{this.getActiveString()}</DetailText>}
isOpen={false}