~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/console/__init__.py

  • Committer: William Grant
  • Date: 2009-12-02 03:39:32 UTC
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20091202033932-i23011ncbou4r7kc
Add couple of view breadcrumbs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
class ConsoleView(XHTMLView):
9
9
    tab = 'console'
10
10
    help = 'Console'
 
11
    breadcrumb_text = 'Console'
11
12
 
12
13
    # Overide the the standard constructor view
13
14
    def __init__(self, *args, **kwargs):