mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 14:34:24 +02:00
Optimized menu
This commit is contained in:
parent
f07557c322
commit
3c701118e8
@ -2,7 +2,7 @@ applications:
|
|||||||
{% if (portfolio_menu_data.categorized is mapping and portfolio_menu_data.categorized | length > 0)
|
{% if (portfolio_menu_data.categorized is mapping and portfolio_menu_data.categorized | length > 0)
|
||||||
or (portfolio_menu_data.uncategorized is sequence and portfolio_menu_data.uncategorized | length > 0) %}
|
or (portfolio_menu_data.uncategorized is sequence and portfolio_menu_data.uncategorized | length > 0) %}
|
||||||
|
|
||||||
- name: Applications
|
- name: Apps
|
||||||
description: Browse, configure and launch all available applications
|
description: Browse, configure and launch all available applications
|
||||||
icon:
|
icon:
|
||||||
class: fa fa-th-large
|
class: fa fa-th-large
|
||||||
|
@ -6,9 +6,13 @@
|
|||||||
icon:
|
icon:
|
||||||
class: fa-solid fa-expand-arrows-alt
|
class: fa-solid fa-expand-arrows-alt
|
||||||
onclick: "toggleFullscreen()"
|
onclick: "toggleFullscreen()"
|
||||||
|
|
||||||
- name: Tab
|
- name: Tab
|
||||||
description: Open the currently embedded iframe URL in a fresh browser tab
|
description: Open the currently embedded iframe URL in a fresh browser tab
|
||||||
icon:
|
icon:
|
||||||
class: fa-solid fa-up-right-from-square
|
class: fa-solid fa-up-right-from-square
|
||||||
onclick: openIframeInNewTab()
|
onclick: openIframeInNewTab()
|
||||||
|
- name: Reload
|
||||||
|
description: Reload the application
|
||||||
|
icon:
|
||||||
|
class: fa-solid fa-rotate-right
|
||||||
|
url: "{{ domains | get_domain('web-app-port-ui') }}"
|
Loading…
x
Reference in New Issue
Block a user