diff options
Diffstat (limited to 'OpenSim/Region/UserStatistics/Default_Report.cs')
-rw-r--r-- | OpenSim/Region/UserStatistics/Default_Report.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/UserStatistics/Default_Report.cs b/OpenSim/Region/UserStatistics/Default_Report.cs index 668fd45..0e17630 100644 --- a/OpenSim/Region/UserStatistics/Default_Report.cs +++ b/OpenSim/Region/UserStatistics/Default_Report.cs | |||
@@ -112,15 +112,15 @@ TD.align_top { vertical-align: top; } | |||
112 | 112 | ||
113 | ajaxUpdaterDivs[0] = "activeconnections"; | 113 | ajaxUpdaterDivs[0] = "activeconnections"; |
114 | ajaxUpdaterSeconds[0] = 10; | 114 | ajaxUpdaterSeconds[0] = 10; |
115 | ajaxUpdaterReportFragments[0] = "activeconnectionsajax.ajax"; | 115 | ajaxUpdaterReportFragments[0] = "activeconnectionsajax.html"; |
116 | 116 | ||
117 | ajaxUpdaterDivs[1] = "activesimstats"; | 117 | ajaxUpdaterDivs[1] = "activesimstats"; |
118 | ajaxUpdaterSeconds[1] = 20; | 118 | ajaxUpdaterSeconds[1] = 20; |
119 | ajaxUpdaterReportFragments[1] = "simstatsajax.ajax"; | 119 | ajaxUpdaterReportFragments[1] = "simstatsajax.html"; |
120 | 120 | ||
121 | ajaxUpdaterDivs[2] = "activelog"; | 121 | ajaxUpdaterDivs[2] = "activelog"; |
122 | ajaxUpdaterSeconds[2] = 5; | 122 | ajaxUpdaterSeconds[2] = 5; |
123 | ajaxUpdaterReportFragments[2] = "activelogajax.ajax"; | 123 | ajaxUpdaterReportFragments[2] = "activelogajax.html"; |
124 | 124 | ||
125 | HTMLUtil.InsertPeriodicUpdaters(ref output, ajaxUpdaterDivs, ajaxUpdaterSeconds, ajaxUpdaterReportFragments); | 125 | HTMLUtil.InsertPeriodicUpdaters(ref output, ajaxUpdaterDivs, ajaxUpdaterSeconds, ajaxUpdaterReportFragments); |
126 | 126 | ||