Skip to content

Commit

Permalink
Merge pull request #611 from fanf/bug_5540/correct_html_closing_tag
Browse files Browse the repository at this point in the history
Fixes #5540: correct a badly closed <b> tag
  • Loading branch information
ncharles committed Sep 16, 2014
2 parents 9405ced + 7d1a997 commit 1ad00e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h3>Status of Rules applied to this node</h3>
<p>The table below shows the current status for each Rule applied to this node, as reported by its agent when it last ran.<br/>Each line represents one Rule, whose status can be:</p>
<ul>
<li><b>Applying:</b> When a Rule is first applied or modified, Rudder waits for up to two agent runs for a report. During this period, the compliance is unknown.</li>
<li><b>Repaired:</b> The system was not in the desired state, and Rudder repaired incorrect settings. The Rule is considered not compliant until a <b>Success<b> report is received.</li>
<li><b>Repaired:</b> The system was not in the desired state, and Rudder repaired incorrect settings. The Rule is considered not compliant until a <b>Success</b> report is received.</li>
<li><b>Success:</b> The system is already in the desired state, and no changes were required. Compliance is attained.</li>
<li><b>Error:</b> The system was not in the desired state, and Rudder tried to apply some changes, but failed. The Rule is not compliant, please see the Rule details for an explanation.</li>
<li><b>No report:</b> No reports were received from this node for this Rule for more than two agent runs. Compliance is unknown - the node may be down or unreachable.</li>
Expand Down

0 comments on commit 1ad00e4

Please sign in to comment.