diff options
| -rw-r--r-- | htroot/env/templates/header.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index 64f4df72c..c5267f2db 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -211,7 +211,7 @@ <li><a href="IndexControlURLs_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Index Administration</a></li> <li><a href="Settings_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">System Administration</a></li> <li><a href="Blacklist_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Filter & Blacklists</a></li> - <li><a href="Table_API_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Process Scheduler</a></li> + <li><a href="Table_API_p.html?sort=-date_recording" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Process Scheduler</a></li> </ul> <ul class="nav nav-sidebar menugroup"> <li><h3>Search Portal Integration</h3></li> |
