Add computeRatio method to display. Enable it in browsers display plugin

This commit is contained in:
Gregory Soutade
2015-01-13 18:55:46 +01:00
parent 1d9bf71b4b
commit 616b0d8052
2 changed files with 30 additions and 0 deletions

View File

@@ -128,4 +128,5 @@ class IWLADisplayBrowsers(IPlugin):
total_browsers[1] = self.iwla._(u'Others')
table.appendRow(total_browsers)
table.setCellCSSClass(table.getNbRows()-1, 0, 'iwla_others')
table.computeRatio(2)
index.appendBlock(table)