mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
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:
parent
6e93633584
commit
fd4339aef4
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user