Skip to content

Commit

Permalink
Remove unused page variable
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jul 5, 2022
1 parent 9f3c69c commit d74aeae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/resources/hudson/PluginManager/available.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ THE SOFTWARE.
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout" xmlns:f="/lib/form">
<l:layout title="${%Available Plugins} - ${%Plugin Manager}" permission="${app.SYSTEM_READ}">
<j:set var="page" value="available"/>

<l:side-panel>
<local:sidepanel xmlns:local="/hudson/PluginManager" page="available" />
</l:side-panel>
Expand Down

0 comments on commit d74aeae

Please sign in to comment.