Skip to content

Commit 751b7a8

Browse files
ipweblabVidas P
authored andcommitted
Small bugfix: Show text from broken tooltip in ‘Enable agent’ popup
1 parent fe2be64 commit 751b7a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/agents/_action_menu.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</div>
4242

4343
<div id="confirm-agent<%= agent.id %>" class="confirm-agent modal fade" tabindex="-1" role="dialog" aria-labelledby="confirmAgentLabel" aria-hidden="true">
44-
<div class="modal-dialog modal-sm">
44+
<div class="modal-dialog modal-md">
4545
<div class="modal-content">
4646
<div class="modal-header">
4747
<h4 class="modal-title">Confirm</h4>
@@ -56,7 +56,7 @@
5656
<div class="form-group">
5757
<%= f.check_box :drop_pending_messages %>
5858
<%= f.label :drop_pending_messages, 'Drop pending messages' %>
59-
<%= icon_tag('fa-question-circle', 'data-toggle' => 'tooltip', 'title' =>"As soon as you enable this agent, it starts to receive pending messages that have not been processed while it was disabled. To prevent that from happening, you can check this option.") %>
59+
<p class="small">As soon as you enable this agent, it starts to receive pending messages that have not been processed while it was disabled. To prevent that from happening, you can check this option.</p>
6060
</div>
6161
<% end %>
6262
<%= f.hidden_field :disabled, value: (!agent.disabled).to_s %>

0 commit comments

Comments
 (0)