summaryrefslogtreecommitdiffstats
path: root/interface/js
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-07-05 11:02:39 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-07-05 11:02:39 +0300
commitdc21f99bedc17a3e97cd972c4858efe9ea40147d (patch)
treec31647a70d59b5d51ac5b081ae007426aa1afa1e /interface/js
parent11282ac2199232ab4dad073194978d923b7e8f8e (diff)
downloadrspamd-dc21f99bedc17a3e97cd972c4858efe9ea40147d.tar.gz
rspamd-dc21f99bedc17a3e97cd972c4858efe9ea40147d.zip
[Minor] JS: Align elements
Diffstat (limited to 'interface/js')
-rw-r--r--interface/js/app/stats.js3
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,