diff --git a/app/scripts/services/Bolt.coffee b/app/scripts/services/Bolt.coffee index aac21292f09..3305879be71 100644 --- a/app/scripts/services/Bolt.coffee +++ b/app/scripts/services/Bolt.coffee @@ -354,6 +354,7 @@ angular.module('neo4jApp.services') Rows: plan.rows, EstimatedRows: plan.arguments.EstimatedRows, identifiers: plan.identifiers, + Index: plan.arguments.Index, children: plan.children.map boltPlanToRESTPlanShared }