Skip to content

Commit

Permalink
improve a tooltip verbiage in the tool access reports aces#1461
Browse files Browse the repository at this point in the history
  • Loading branch information
MontrealSergiy committed Jan 24, 2025
1 parent 2d5e2ab commit 561d220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrainPortal/app/views/tool_configs/_by_resource.erb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<span class="warning">
<%= html_tool_tip html_colorize users_without_access.count do %>
<%= "#{exec_pb.values.count false} - due Execution Server's project<br/>".html_safe unless exec_pb.values.all? %>
<%= "#{tool_pb.values.count false} - due Tool's project>".html_safe unless tool_pb.values.all? %>
<%= "#{tool_pb.values.count false} - due Tool's project".html_safe unless tool_pb.values.all? %>
<% end %>
</span>
user(s) have no access
Expand Down

0 comments on commit 561d220

Please sign in to comment.