Renamed presentation to navigator

This commit is contained in:
2025-07-21 09:22:30 +02:00
parent d9c4493e0d
commit f3aa7625fe
12 changed files with 9 additions and 9 deletions

View File

@@ -14,14 +14,14 @@
{% endif %}
{% if "presentation" in group_names %}
{% if "web-app-navigator" in group_names %}
- name: Slides
description: Checkout the presentation
icon:
class: "fas fa-chalkboard-teacher"
url: https://{{domains | get_domain('presentation')}}
iframe: {{ applications | get_app_conf('presentation','features.port-ui-desktop',True) }}
url: https://{{domains | get_domain('web-app-navigator')}}
iframe: {{ applications | get_app_conf('web-app-navigator','features.port-ui-desktop',True) }}
{% endif %}
- name: Solutions