Skip to content

Commit

Permalink
Change display value for updated_at
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyShaanan committed Jul 26, 2017
1 parent e5eb745 commit 535f32a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class WorkflowInfoComponent implements OnInit, OnDestroy {
{key: "id", display: "Execution ID"},
{key: "workflow_id", display: "Workflow ID"},
{key: "created_at", display: "Started"},
{key: "updated_at", display: "Ended"},
{key: "updated_at", display: "Updated"},
{key: "state_info", display: "State Info", renderType: "code", mode: "text"},
{key: "input", display: "Input", renderType: "code", mode: "json"},
{key: "output", display: "Output", renderType: "code", mode: "json"},
Expand Down

0 comments on commit 535f32a

Please sign in to comment.