mirror of https://github.com/BOINC/boinc.git
Add another sorting option for results: mod_time
svn path=/trunk/boinc/; revision=4994
This commit is contained in:
parent
a6a95a5814
commit
05cb2b383e
|
@ -587,6 +587,7 @@ function result_sort_select() {
|
|||
<option value=''>None
|
||||
<option value=id>ID
|
||||
<option value=sent_time>Sent time
|
||||
<option value=mod_time>Modification time
|
||||
<option value=received_time>Received time
|
||||
<option value=exit_status>Exit status
|
||||
<option value=hostid>Host ID
|
||||
|
|
Loading…
Reference in New Issue