mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user