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

@@ -19,7 +19,7 @@ galaxy_info:
issue_tracker_url: "https://github.com/kevinveenbirkenbach/meta-infinite-graph/issues"
documentation: "https://github.com/kevinveenbirkenbach/meta-infinite-graph/"
logo:
class: "fa-solid fa-infinity"
class: "fa-solid fa-brain"
run_after: []
dependencies:
- sys-cli

View File

@@ -1,6 +1,6 @@
galaxy_info:
author: "Kevin Veen-Birkenbach"
description: "This Presentation Software is a powerful tool designed for showcasing the CyMaIS platform to various audiences, including Administrators, Developers, End-Users, Businesses, and Investors."
description: "An interactive presentation platform focused on guiding end-users through the practical use of the CyMaIS software. Designed to demonstrate features, workflows, and real-world applications for Administrators, Developers, End-Users, Businesses, and Investors."
license: "CyMaIS NonCommercial License (CNCL)"
license_url: "https://s.veen.world/cncl"
company: |
@@ -25,4 +25,4 @@ galaxy_info:
issue_tracker_url: "https://s.veen.world/cymaisissues"
documentation: "https://s.veen.world/cymais"
logo:
class: "fas fa-chalkboard-teacher"
class: "fas fa-map"

View File

@@ -0,0 +1 @@
application_id: "web-app-navigator"

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

View File

@@ -1 +0,0 @@
application_id: "presentation"