Improved PropertyStats page with only active services.
This commit is contained in:
parent
f28e0e61aa
commit
c1adf8e650
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class PropertyStatsPage
|
||||||
page = PropertyStatsPage.htmlize("Les propriétés des organizations", organizationsStats);
|
page = PropertyStatsPage.htmlize("Les propriétés des organizations", organizationsStats);
|
||||||
FileUtils.write(new File(htmlizeDirectory, "propertyStats-organizations.xhtml"), page, StandardCharsets.UTF_8);
|
FileUtils.write(new File(htmlizeDirectory, "propertyStats-organizations.xhtml"), page, StandardCharsets.UTF_8);
|
||||||
|
|
||||||
PropertyStats servicesStats = StatAgent.statServicesProperties(federation.getServicesAll());
|
PropertyStats servicesStats = StatAgent.statServicesProperties(federation.getActiveServices());
|
||||||
page = PropertyStatsPage.htmlize("Les propriétés des services", servicesStats);
|
page = PropertyStatsPage.htmlize("Les propriétés des services", servicesStats);
|
||||||
FileUtils.write(new File(htmlizeDirectory, "propertyStats-services.xhtml"), page, StandardCharsets.UTF_8);
|
FileUtils.write(new File(htmlizeDirectory, "propertyStats-services.xhtml"), page, StandardCharsets.UTF_8);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue