From 325bc86966828e5039c4c7309fc0745d1dc51dbd Mon Sep 17 00:00:00 2001 From: XueBing Date: Sun, 18 Dec 2016 16:50:45 +0800 Subject: [PATCH] modify the dashboard index.html --- src/assets/static/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assets/static/index.html b/src/assets/static/index.html index 6ac0650d..f95cbb46 100644 --- a/src/assets/static/index.html +++ b/src/assets/static/index.html @@ -63,7 +63,8 @@ listen_port: "<<< .ListenPort >>>", current_conns: <<< .CurrentConns >>> , domains: [ <<< range.CustomDomains >>> "<<< . >>>", <<< end >>> ], - stat: "<<< .Status >>>", + locations: [ <<< range.Locations >>> "<<< . >>>", <<< end >>> ], + stat: "<<< .StatusDesc >>>", use_encryption: "<<< .UseEncryption >>>", use_gzip: "<<< .UseGzip >>>", privilege_mode: "<<< .PrivilegeMode >>>",