Work on CSS management

This commit is contained in:
2014-11-27 21:40:23 +01:00
parent d2b0d0dae6
commit 3858127a6d
8 changed files with 69 additions and 22 deletions

View File

@@ -22,6 +22,8 @@ class IWLADisplayAllVisits(IPlugin):
page = DisplayHTMLPage(title, path)
table = DisplayHTMLBlockTable('Last seen', ['Host', 'Pages', 'Hits', 'Bandwidth', 'Last seen'])
table.setColsCSSClass(['', 'iwla_page', 'iwla_hit', 'iwla_bandwith', ''])
for super_hit in last_access:
address = super_hit['remote_addr']
if display_visitor_ip and\