Some CSS classes where not set

This commit is contained in:
2015-03-02 18:32:15 +01:00
parent ab1167c621
commit 6949235fc4
2 changed files with 4 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ class IWLADisplayFeeds(IPlugin):
page = display.createPage(title, path, self.iwla.getConfValue('css_path', []))
table = display.createBlock(DisplayHTMLBlockTable, self.iwla._(u'All feeds parsers'), [self.iwla._(u'Host'), self.iwla._(u'Pages'), self.iwla._(u'Hits')])
table.setColsCSSClass(['', 'iwla_page', 'iwla_hit'])
for super_hit in hits.values():
if not super_hit['feed_parser']: continue
nb_feeds_parsers += 1