view libervia/web/pages/calls/page_meta.py @ 1609:f3305832f3f6 default tip @

server (resources): handle external Libervia apps by adding them to menu without using a Proxy: When an external Libervia app is used, a link is added to the menu, and clicking on it will open the app in an blank page instead of embedding it with a Proxy.
author Goffi <goffi@goffi.org>
date Fri, 31 May 2024 11:10:04 +0200
parents c1c1d68d063e
children
line wrap: on
line source

#!/usr/bin/env python3
from libervia.web.server.constants import Const as C


name = "calls"
access = C.PAGES_ACCESS_PROFILE
template = "call/call.html"