diff options
Diffstat (limited to 'interface')
-rw-r--r-- | interface/js/app/stats.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/interface/js/app/stats.js b/interface/js/app/stats.js index f3f8930e2..fa26e536b 100644 --- a/interface/js/app/stats.js +++ b/interface/js/app/stats.js @@ -208,7 +208,8 @@ 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, |