Skip to content

Commit

Permalink
Fix cell width for provision row
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek committed Oct 26, 2024
1 parent cc6b299 commit 6faa35a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
<j:if test="${it.hasPermission(it.PROVISION)}">
<tr>
<td />
<td colspan="${monitors.size()+1}">
<td colspan="${monitors.size()+2}">
<l:overflowButton icon="symbol-add"
text="${%Provision via} ${it.displayName}"
tooltip="${null}"
Expand Down

0 comments on commit 6faa35a

Please sign in to comment.