Loading src/webui/service/service/routes.py +1 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ def add(): raise NotImplementedError() #return render_template('service/home.html') def get_hub_module_name(dev: Device) -> Optional[str]: for cr in dev.device_config.config_rules: if cr.action == ConfigActionEnum.CONFIGACTION_SET and cr.custom and cr.custom.resource_key == "_connect/settings": Loading Loading
src/webui/service/service/routes.py +1 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ def add(): raise NotImplementedError() #return render_template('service/home.html') def get_hub_module_name(dev: Device) -> Optional[str]: for cr in dev.device_config.config_rules: if cr.action == ConfigActionEnum.CONFIGACTION_SET and cr.custom and cr.custom.resource_key == "_connect/settings": Loading