mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 21:34:38 +03:00
webadmin: when loading page with webserver routes, internal services would always be shown with "admin" as internal services, and saving the handler would overwrite the correct setting
fix this by properly loading the correct internal service. for issue #264 reported by kiekerjan, thanks!
This commit is contained in:
@ -4847,7 +4847,7 @@ const webserver = async () => {
|
||||
dom.option('Account', attr.value('account')),
|
||||
dom.option('Webmail', attr.value('webmail')),
|
||||
dom.option('Webapi', attr.value('webapi')),
|
||||
attr.value(wi.Service),
|
||||
prop({value: wi.Service}),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user