Removed duplicated CSS class for table
authorThierry Florac <thierry.florac@onf.fr>
Mon, 20 Jun 2016 15:53:55 +0200
changeset 20 e9fa6f0422d8
parent 19 92e1f675035c
child 21 4d8d6d0caecb
Removed duplicated CSS class for table
src/pyams_zmi/control_panel.py
--- a/src/pyams_zmi/control_panel.py	Mon Jun 20 15:53:19 2016 +0200
+++ b/src/pyams_zmi/control_panel.py	Mon Jun 20 15:53:55 2016 +0200
@@ -70,7 +70,6 @@
 
     id = 'utilities_table'
     title = _("Site utilities")
-    cssClasses = {'table': 'table table-bordered table-striped table-hover table-tight datatable'}
 
     @property
     def data_attributes(self):