Add unresponsive to the order of results at the top
This commit is contained in:
@@ -62,7 +62,8 @@ namespace LeafWeb.Core.DAL
|
||||
li.CurrentStatus == LeafInputStatusType.Starting ||
|
||||
li.CurrentStatus == LeafInputStatusType.Finishing ||
|
||||
li.CurrentStatus == LeafInputStatusType.Cancelling ||
|
||||
li.CurrentStatus == LeafInputStatusType.CancelPending)
|
||||
li.CurrentStatus == LeafInputStatusType.CancelPending ||
|
||||
li.CurrentStatus == LeafInputStatusType.Unresponsive)
|
||||
// then by pending, by priority
|
||||
.ThenByDescending(li =>
|
||||
li.CurrentStatus == LeafInputStatusType.Pending
|
||||
|
||||
Reference in New Issue
Block a user