mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Renamed portfolio to portwebui
This commit is contained in:
14
roles/web-app-port-ui/templates/menu/header.yml.j2
Normal file
14
roles/web-app-port-ui/templates/menu/header.yml.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
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()
|
Reference in New Issue
Block a user