Merge branch 'feature/PYPE-548_rest_api_server' into feature/PYPE-540_muster-pools-in-renderglobals

This commit is contained in:
Ondrej Samohel 2019-10-07 16:11:26 +02:00
commit 094a60a6ef
12 changed files with 328 additions and 42 deletions

View file

@ -37,6 +37,12 @@ class MusterModule:
# nothing to do
pass
def process_modules(self, modules):
if "RestApiServer" in modules:
modules["RestApiServer"].register_callback(
"muster/show_login", self.show_login, "post"
)
# Definition of Tray menu
def tray_menu(self, parent):
"""