propagate_immediately was poorly documented

Andrew Cantino преди 9 години
родител
ревизия
ff739a2685
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      app/views/agents/_form.html.erb

+ 2 - 0
app/views/agents/_form.html.erb

@@ -91,6 +91,8 @@
91 91
                 <span class='cannot-receive-events text-info'>This type of Agent cannot receive events.</span>
92 92
                 <%= f.label :propagate_immediately, :class => 'propagate-immediately' do %>Propagate immediately
93 93
                   <%= f.check_box :propagate_immediately %>
94
+                  &nbsp;
95
+                  <span class="glyphicon glyphicon-question-sign hover-help" data-content="Normally, Huginn moves Events from source Agents to receiving Agents once per minute. Checking this option will cause Events created by this Agent's sources to be received immediately. This can use more CPU resources, but will decrease the time between Event creation and being received by this Agent."></span>
94 96
                 <% end %>
95 97
               </div>
96 98
             </div>