Renamed portfolio to portwebui

This commit is contained in:
2025-07-12 18:41:13 +02:00
parent f15f498c1d
commit 0fd5cdb5d6
26 changed files with 46 additions and 46 deletions

View 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()