Changeset View
Changeset View
Standalone View
Standalone View
js_modules/dagit/src/partitions/PartitionGraphSet.tsx
Show First 20 Lines • Show All 101 Lines • ▼ Show 20 Lines | <PartitionContentContainer> | ||||
</NavContainer> | </NavContainer> | ||||
</div> | </div> | ||||
</PartitionContentContainer> | </PartitionContentContainer> | ||||
); | ); | ||||
}; | }; | ||||
export const PARTITION_GRAPH_SET_RUN_FRAGMENT = gql` | export const PARTITION_GRAPH_SET_RUN_FRAGMENT = gql` | ||||
fragment PartitionGraphSetRunFragment on PipelineRun { | fragment PartitionGraphSetRunFragment on PipelineRun { | ||||
id | |||||
status | status | ||||
tags { | tags { | ||||
key | key | ||||
value | value | ||||
} | } | ||||
...PartitionGraphFragment | ...PartitionGraphFragment | ||||
} | } | ||||
${PARTITION_GRAPH_FRAGMENT} | ${PARTITION_GRAPH_FRAGMENT} | ||||
Show All 17 Lines |