diff options
author | moisseev <moiseev@mezonplus.ru> | 2020-08-08 15:59:17 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2020-08-08 15:59:17 +0300 |
commit | 3e426f8515a7201a32b0810c9f85ef8d8a0fc3ab (patch) | |
tree | 76bf793868714937ced005331d8eedbf51e3239c /interface/index.html | |
parent | 1c7d251741b58f976f7fbb2a03bd8369311cbdbd (diff) | |
download | rspamd-3e426f8515a7201a32b0810c9f85ef8d8a0fc3ab.tar.gz rspamd-3e426f8515a7201a32b0810c9f85ef8d8a0fc3ab.zip |
[WebUI] Add uptime and version to servers table
Diffstat (limited to 'interface/index.html')
-rw-r--r-- | interface/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface/index.html b/interface/index.html index a57033376..480fa79ad 100644 --- a/interface/index.html +++ b/interface/index.html @@ -114,6 +114,8 @@ <th>Server name</th> <th>Host</th> <th class="w-1">Status</th> + <th class="w-1">Uptime</th> + <th class="w-1">Version</th> <th>Configuration ID</th> </tr> </thead> |