diff options
author | moisseev <moiseev@mezonplus.ru> | 2022-03-05 12:29:16 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2022-03-05 12:29:16 +0300 |
commit | da28099f0eceec09d315de0fa0a58340d4af86a2 (patch) | |
tree | 6312178b5d5cd6a56d541e7a75c761f8ecfc8624 /interface/index.html | |
parent | 1012fd1cfb3c311d123ed99d3ca2633bb645ee63 (diff) | |
download | rspamd-da28099f0eceec09d315de0fa0a58340d4af86a2.tar.gz rspamd-da28099f0eceec09d315de0fa0a58340d4af86a2.zip |
[WebUI] Show scan time in server list
Diffstat (limited to 'interface/index.html')
-rw-r--r-- | interface/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/index.html b/interface/index.html index b0727e136..38d66a048 100644 --- a/interface/index.html +++ b/interface/index.html @@ -163,6 +163,7 @@ <th>Server name</th> <th>Host</th> <th class="w-1">Status</th> + <th class="w-1">Scan time</th> <th class="w-1">Uptime</th> <th class="w-1">Version</th> <th>Configuration ID</th> |