mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
apache: Add app name
Signed-off-by: Veiko Aasa <veiko17@disroot.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
6531babe06
commit
8a7a4a97d1
@ -37,7 +37,8 @@ class ApacheApp(app_module.App):
|
||||
super().__init__()
|
||||
|
||||
info = app_module.Info(app_id=self.app_id, version=version,
|
||||
is_essential=is_essential)
|
||||
is_essential=is_essential,
|
||||
name=_('Apache HTTP Server'))
|
||||
self.add(info)
|
||||
|
||||
web_server_ports = Firewall('firewall-web', _('Web Server'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user