Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display lastRunStatus/Error in the task UI #15844

Closed
desa opened this issue Nov 11, 2019 · 0 comments · Fixed by #16340
Closed

Display lastRunStatus/Error in the task UI #15844

desa opened this issue Nov 11, 2019 · 0 comments · Fixed by #16340
Assignees
Labels

Comments

@desa
Copy link
Contributor

desa commented Nov 11, 2019

The tasks API now returns

	LatestCompleted string                 `json:"latestCompleted,omitempty"`
	LatestScheduled time.Time              `json:"latestScheduled,omitempty"`
	LastRunStatus   string                 `json:"lastRunStatus,omitempty"`
	LastRunError    string                 `json:"lastRunError,omitempty"`

We should display those in the UI

Screenshot 2019-11-11 11 38 44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants