Switch to unified view

a/ForgeClassic/sfx/hosted_apps.py b/ForgeClassic/sfx/hosted_apps.py
...
...
17
    '''This is the Hosted Apps app for PyForge'''
17
    '''This is the Hosted Apps app for PyForge'''
18
    permissions = [ 'configure', 'admin', 'read']
18
    permissions = [ 'configure', 'admin', 'read']
19
    tool_label='Classic Hosted Apps'
19
    tool_label='Classic Hosted Apps'
20
    default_mount_label='Hosted Apps'
20
    default_mount_label='Hosted Apps'
21
    default_mount_point='sfx-hosted-apps'
21
    default_mount_point='sfx-hosted-apps'
22
    status='alpha'
22
    ordinal=10
23
    ordinal=10
23
24
24
    class AdminController(DefaultAdminController):
25
    class AdminController(DefaultAdminController):
25
26
26
        @with_trailing_slash
27
        @with_trailing_slash