1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-15 08:16:43 +00:00

update schedule list sort

This commit is contained in:
2019-07-12 15:35:05 +08:00
parent 5f9a9b00ce
commit b954733a89
3 changed files with 32 additions and 21 deletions

View File

@@ -43,7 +43,7 @@ type MsgResource struct {
type MsgJobList struct {
Code int `json:"code"`
Error string `json:"error"`
Jobs []*Job `json:"jobs"`
Jobs []Job `json:"jobs"`
}
type MsgLog struct {