Merge pull request #1014 from cantino/explain_propagate_immediately

propagate_immediately was poorly documented

Andrew Cantino 9 年 前
コミット
3844c257f7
共有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>