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

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/__init__.py

Add tabs to the new framework. Move the app icons into the apps themselves.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
        ('files/', BrowserView),
169
169
    ]
170
170
 
 
171
    tabs = [
 
172
        ('files', 'Files', 'Gives you access to all of your files and lets '
 
173
         'you download, upload, edit and run them.', 'browser.png', 'files', 1)
 
174
    ]
 
175
 
171
176
    cookies = {'clipboard': None}
172
177
 
173
178
    help = {'Filesystem': {'Browser': 'help.html'}}