[views] change default tab to text for /schema
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Sat, 30 May 2009 00:42:35 +0200
changeset 2017 4090a9546ea3
parent 2016 a6638de6d4da
child 2018 5abd684d5b9d
[views] change default tab to text for /schema
web/views/startup.py
--- a/web/views/startup.py	Sat May 30 00:42:18 2009 +0200
+++ b/web/views/startup.py	Sat May 30 00:42:35 2009 +0200
@@ -168,7 +168,7 @@
     id = 'schema'
     title = _('application schema')
     tabs = [_('schema-text'), _('schema-image')]
-    default_tab = 'schema-image'
+    default_tab = 'schema-text'
 
     def call(self):
         """display schema information"""