diff --git a/assets/index.html b/assets/index.html index f5bd7cd4..d6cb650c 100644 --- a/assets/index.html +++ b/assets/index.html @@ -10,9 +10,9 @@
-Server | Type | -Ip | Port | Status | CurCon | @@ -34,7 +33,6 @@- | @@ -134,7 +132,6 @@ }, xAxis: { type: 'category', - boundaryGap: false, data: alldata[index].times }, yAxis: { @@ -182,7 +179,6 @@ }, xAxis: { type: 'category', - boundaryGap: false, data: alldata[index].times }, yAxis: { @@ -223,6 +219,7 @@ var newrow = " | |||
---|---|---|---|---|---|---|---|---|---|---|
Key | Val | |||||||||
Domains | " + alldata[index].domains + " | |||||||||
Ip | " + alldata[index].bind_addr + " | |||||||||
Status | " + alldata[index].stat + " | |||||||||
Encryption | " + alldata[index].use_encryption + " | |||||||||
Gzip | " + alldata[index].use_gzip + " | |||||||||