email_server: clients: Launch roundcube directly instead of app page

- Maintain consistency with rest of the apps and do what the user will mostly
expect.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Fioddor Superconcentrado <fioddor@gmail.com>
This commit is contained in:
Sunil Mohan Adapa 2021-10-12 10:28:42 -07:00 committed by Fioddor Superconcentrado
parent ba4daeb9bb
commit f3d9a499eb
No known key found for this signature in database
GPG Key ID: 6E98A18FEBF77724

View File

@ -8,7 +8,7 @@ clients = [
'name': _('Roundcube'),
'platforms': [{
'type': 'web',
'url': '/plinth/apps/roundcube'
'url': '/roundcube/'
}]
},
{