Fixed bad value displayed in federation stats page.
This commit is contained in:
parent
f9c352c799
commit
d6bfc02de2
2 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ public class PropertyFileCheckPage
|
|||
TagDataManager data = new TagDataManager();
|
||||
|
||||
data.setContent("warningCount", checks.getWarningCount());
|
||||
data.setContent("alertCount", checks.getAlertCount());
|
||||
data.setContent("errorCount", checks.getErrorCount());
|
||||
data.setContent("voidCount", checks.getVoidCount());
|
||||
|
||||
//
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
</label>
|
||||
<span style="margin-left: 50px;">Statistiques : </span>
|
||||
<span id="warningCount" class="bg_warning" style="padding: 0 10px;" title="Attendus">n/a</span>
|
||||
<span id="alertCount" class="bg_error" style="padding: 0 10px;" title="Erreurs">n/a</span>
|
||||
<span id="errorCount" class="bg_error" style="padding: 0 10px;" title="Erreurs">n/a</span>
|
||||
<span id="voidCount" class="bg_void" style="padding: 0 10px;" title="Inconnus">n/a</span>
|
||||
</div>
|
||||
<div id="fullBlock" style="width: 100%;">
|
||||
|
|
Loading…
Reference in a new issue