coturn: Remove advanced flag, make app visible to all

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Joseph Nuthalapati 2021-02-21 17:57:47 +05:30 committed by Sunil Mohan Adapa
parent 6e93633584
commit fd4339aef4
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
2 changed files with 1 additions and 2 deletions

View File

@ -61,7 +61,7 @@ class CoturnApp(app_module.App):
menu_item = menu.Menu('menu-coturn', info.name, info.short_description,
info.icon_filename, 'coturn:index',
parent_url_name='apps', advanced=True)
parent_url_name='apps')
self.add(menu_item)
firewall = Firewall('firewall-coturn', info.name,

View File

@ -6,7 +6,6 @@ Feature: Coturn STUN/TURN Server
Background:
Given I'm a logged in user
And advanced mode is on
And the coturn application is installed
Scenario: Enable coturn application