mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Transformations: Add Numeric Index in Title (#76265)
Add index to transformation title
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@ export const TransformationOperationRow = ({
|
||||
<QueryOperationRow
|
||||
id={id}
|
||||
index={index}
|
||||
title={uiConfig.name}
|
||||
title={`${index + 1} - ${uiConfig.name}`}
|
||||
draggable
|
||||
actions={renderActions}
|
||||
disabled={disabled}
|
||||
|
||||
Reference in New Issue
Block a user