Skip to content

Commit

Permalink
Only show clean-up button when there are rows to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed May 22, 2020
1 parent 4dec107 commit 8e1fbf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ teamcity-build-scan-plugin, the build scan links for a given TeamCity build are
Running the clean-up action below will irrevocably remove all build scan links stored in the legacy persistence. No TeamCity builds
will be deleted and no build scans will be deleted.</p>
<c:choose>
<c:when test = "${itemsToRemove == 0}">
<c:when test = "${itemsToRemove > 0}">
<authz:authorize allPermissions="CONFIGURE_SERVER_DATA_CLEANUP">
<table class="runnerFormTable">
<tbody>
Expand Down

0 comments on commit 8e1fbf0

Please sign in to comment.