Some CSS classes where not set
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user