Commit e0be554c authored by mouadh's avatar mouadh

global_table

parent cd044d49
...@@ -364,6 +364,11 @@ class ConfigParser: ...@@ -364,6 +364,11 @@ class ConfigParser:
return [ return [
Dashboard( Dashboard(
global_table={
'columns':
dashboard.find('Global_table/columns').text.split(','),
'rows': dashboard.find('Global_table/rows').text.split(',')
},
pie_charts=dashboard.find('PieCharts').text.split(','), pie_charts=dashboard.find('PieCharts').text.split(','),
bar_chats=dashboard.find('BarCharts').text.split(','), bar_chats=dashboard.find('BarCharts').text.split(','),
line_charts={ line_charts={
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment