clean up task modal and add non-segmented progress bars.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
+4
-3
@@ -52,9 +52,10 @@ type TaskUpdate struct {
|
||||
|
||||
type TaskResult struct {
|
||||
Task
|
||||
Item *Item `json:"item"`
|
||||
Logs []*Log `json:"logs"`
|
||||
CompletedAmount int `json:"completedAmount"`
|
||||
Item *Item `json:"item"`
|
||||
Logs []*Log `json:"logs"`
|
||||
CompletedAmount int `json:"completedAmount"`
|
||||
Project *Project `json:"project,omitempty"`
|
||||
}
|
||||
|
||||
type TaskFilter struct {
|
||||
|
||||
Reference in New Issue
Block a user