summaryrefslogtreecommitdiff
path: root/demo/dashboard.py
diff options
context:
space:
mode:
authorgnowgi <nagarjun@gnowledge.org>2012-09-26 08:46:47 -0700
committergnowgi <nagarjun@gnowledge.org>2012-09-26 08:46:47 -0700
commit3ba6b57c6d605262ef9e1f7bba8d62ea20aacc36 (patch)
tree8d77de86b443495d67360dcd40786f2b8208d334 /demo/dashboard.py
parentcad11e2f7ed848cdfd7779451bb0f4f931e062c3 (diff)
parent94535d4adc3a4960795d22e3b229a8375de10b74 (diff)
downloadgnowsys-3ba6b57c6d605262ef9e1f7bba8d62ea20aacc36.tar.gz
Merge pull request #85 from supriyasawant/master
All modules, wiki, loom, image, document and video libraries integrated.
Diffstat (limited to 'demo/dashboard.py')
-rw-r--r--demo/dashboard.py16
1 files changed, 9 insertions, 7 deletions
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',
+
),
),