Skip to content

Commit

Permalink
Merge pull request #508 from mawinter69/fix-gerrit-remove
Browse files Browse the repository at this point in the history
fix remove link
  • Loading branch information
rsandell authored May 13, 2024
2 parents 7809fd2 + 5501492 commit 1fc347d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<l:app-bar title="${%Configure}"/>
<div id="tasks">
<j:if test="${!it.isLastServer()}">
<l:task icon="icon-edit-delete icon-md" href="removeConfirm" title="Remove Server"/>
<l:task icon="icon-edit-delete icon-md" href="remove" title="Remove Server"/>
</j:if>
</div>
</l:side-panel>
Expand Down

0 comments on commit 1fc347d

Please sign in to comment.