mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 15:04:23 +02:00
18 lines
597 B
Django/Jinja
18 lines
597 B
Django/Jinja
header:
|
|
children:
|
|
- link: applications
|
|
- name: Toggle
|
|
description: Enter or exit fullscreen mode
|
|
icon:
|
|
class: fa-solid fa-expand-arrows-alt
|
|
onclick: "toggleFullscreen()"
|
|
- name: Tab
|
|
description: Open the currently embedded iframe URL in a fresh browser tab
|
|
icon:
|
|
class: fa-solid fa-up-right-from-square
|
|
onclick: openIframeInNewTab()
|
|
- name: Reload
|
|
description: Reload the application
|
|
icon:
|
|
class: fa-solid fa-rotate-right
|
|
url: "{{ web_protocol }}://{{ domains | get_domain('web-app-port-ui') }}" |