mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Renamed presentation to navigator
This commit is contained in:
@@ -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
|
||||
|
@@ -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"
|
1
roles/web-app-navigator/vars/main.yml
Normal file
1
roles/web-app-navigator/vars/main.yml
Normal file
@@ -0,0 +1 @@
|
||||
application_id: "web-app-navigator"
|
@@ -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
|
||||
|
@@ -1 +0,0 @@
|
||||
application_id: "presentation"
|
Reference in New Issue
Block a user