Skip to content

Commit

Permalink
Merge pull request #600 from okybaca/scheduler-sort
Browse files Browse the repository at this point in the history
UI: modified link to Process Scheduler in left menu
  • Loading branch information
Orbiter committed Oct 16, 2023
2 parents aeb4c7a + 4c1eb34 commit 5bc09af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htroot/env/templates/header.template
Original file line number Diff line number Diff line change
Expand Up @@ -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 &amp; 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>
Expand Down

0 comments on commit 5bc09af

Please sign in to comment.