diff options
Diffstat (limited to 'interface/js/app/stats.js')
-rw-r--r-- | interface/js/app/stats.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/js/app/stats.js b/interface/js/app/stats.js index 738fd59cf..e83de0433 100644 --- a/interface/js/app/stats.js +++ b/interface/js/app/stats.js @@ -206,7 +206,7 @@ define(["jquery", "d3pie", "humanize"], } neighbours_sum.uptime = Math.floor(neighbours_sum.uptime / status_count); var to_Credentials = {}; - to_Credentials["All SERVERS"] = { name: "All SERVERS", + to_Credentials["All SERVERS"] = {name: "All SERVERS", url: "", host: "", checked: true, |