mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +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,
|
menu_item = menu.Menu('menu-coturn', info.name, info.short_description,
|
||||||
info.icon_filename, 'coturn:index',
|
info.icon_filename, 'coturn:index',
|
||||||
parent_url_name='apps', advanced=True)
|
parent_url_name='apps')
|
||||||
self.add(menu_item)
|
self.add(menu_item)
|
||||||
|
|
||||||
firewall = Firewall('firewall-coturn', info.name,
|
firewall = Firewall('firewall-coturn', info.name,
|
||||||
|
|||||||
@ -6,7 +6,6 @@ Feature: Coturn STUN/TURN Server
|
|||||||
|
|
||||||
Background:
|
Background:
|
||||||
Given I'm a logged in user
|
Given I'm a logged in user
|
||||||
And advanced mode is on
|
|
||||||
And the coturn application is installed
|
And the coturn application is installed
|
||||||
|
|
||||||
Scenario: Enable coturn application
|
Scenario: Enable coturn application
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user