Changeset View
Changeset View
Standalone View
Standalone View
js_modules/dagit/src/runs/RunTable.tsx
Show First 20 Lines • Show All 100 Lines • ▼ Show 20 Lines | <Table striped style={{width: '100%'}}> | ||||
</tbody> | </tbody> | ||||
</Table> | </Table> | ||||
); | ); | ||||
}; | }; | ||||
RunTable.fragments = { | RunTable.fragments = { | ||||
RunTableRunFragment: gql` | RunTableRunFragment: gql` | ||||
fragment RunTableRunFragment on PipelineRun { | fragment RunTableRunFragment on PipelineRun { | ||||
id | |||||
runId | runId | ||||
status | status | ||||
stepKeysToExecute | stepKeysToExecute | ||||
canTerminate | canTerminate | ||||
mode | mode | ||||
rootRunId | rootRunId | ||||
parentRunId | parentRunId | ||||
pipelineSnapshotId | pipelineSnapshotId | ||||
▲ Show 20 Lines • Show All 99 Lines • Show Last 20 Lines |