Switch to unified view

a/ForgeClassic/sfx/prweb.py b/ForgeClassic/sfx/prweb.py
...
...
20
class VHostApp(SFXBaseApp):
20
class VHostApp(SFXBaseApp):
21
    '''This is the VHOST app for PyForge'''
21
    '''This is the VHOST app for PyForge'''
22
    tool_label='VHOST'
22
    tool_label='VHOST'
23
    default_mount_label='VHOST'
23
    default_mount_label='VHOST'
24
    default_mount_point='sfx-vhost'
24
    default_mount_point='sfx-vhost'
25
    status='alpha'
25
    ordinal=9
26
    ordinal=9
26
27
27
    class AdminController(DefaultAdminController):
28
    class AdminController(DefaultAdminController):
28
29
29
        @with_trailing_slash
30
        @with_trailing_slash
...
...
50
class MySQLApp(SFXBaseApp):
51
class MySQLApp(SFXBaseApp):
51
    '''This is the MySQL app for PyForge'''
52
    '''This is the MySQL app for PyForge'''
52
    tool_label='MySQL Databases'
53
    tool_label='MySQL Databases'
53
    default_mount_label='MySQL'
54
    default_mount_label='MySQL'
54
    default_mount_point='sfx-mysql'
55
    default_mount_point='sfx-mysql'
56
    status='alpha'
55
    ordinal=10
57
    ordinal=10
56
58
57
    class AdminController(DefaultAdminController):
59
    class AdminController(DefaultAdminController):
58
60
59
        @with_trailing_slash
61
        @with_trailing_slash