From 94535d4adc3a4960795d22e3b229a8375de10b74 Mon Sep 17 00:00:00 2001 From: supriya Date: Wed, 26 Sep 2012 15:49:52 +0530 Subject: all modules integrated --- demo/dashboard.py | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'demo/dashboard.py') diff --git a/demo/dashboard.py b/demo/dashboard.py index 3e4c726..8996cb6 100644 --- a/demo/dashboard.py +++ b/demo/dashboard.py @@ -96,10 +96,12 @@ class CustomIndexDashboard(Dashboard): column=1, collapsible=False, models=( - 'gstudio.models.Objecttype', - 'gstudio.models.Attributetype', - 'gstudio.models.Relationtype', 'objectapp.models.Gbobject', + 'objectapp.models.System', + 'gstudio.models.Relation', + 'gstudio.models.Attribute', + + ), ), @@ -111,10 +113,10 @@ class CustomIndexDashboard(Dashboard): column=1, collapsible=True, models=( - + 'gstudio.models.Objecttype', + 'gstudio.models.Attributetype', + 'gstudio.models.Relationtype', 'gstudio.models.Metatype', - 'gstudio.models.Relation', - 'gstudio.models.Attribute', 'gstudio.models.Systemtype', 'gstudio.models.Processtype', 'gstudio.models.AttributeSpecification', @@ -135,7 +137,7 @@ class CustomIndexDashboard(Dashboard): collapsible=True, models=( 'objectapp.models.Process', - 'objectapp.models.System', + ), ), -- cgit v1.1