Replaced portfolio_iframe by port-ui-desktop

This commit is contained in:
2025-07-13 14:22:36 +02:00
parent 5340d580ce
commit 78031855b9
48 changed files with 55 additions and 55 deletions

View File

@@ -22,7 +22,7 @@ class LookupModule(LookupBase):
- Retrieves the icon class from galaxy_info.logo.class
- Retrieves the tags from galaxy_info.galaxy_tags
- Builds the URL using the 'domains' variable
- Sets the iframe flag from applications[application_id].features.portfolio_iframe
- Sets the iframe flag from applications[application_id].features.port-ui-desktop
Only cards whose application_id is included in the variable group_names are returned.
"""
@@ -109,7 +109,7 @@ class LookupModule(LookupBase):
url = "https://" + domain_url if domain_url else ""
app_data = applications.get(application_id, {})
iframe = app_data.get("features", {}).get("portfolio_iframe", False)
iframe = app_data.get("features", {}).get("port-ui-desktop", False)
# Build card dictionary
card = {