mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Renamed web-app-port-ui to web-app-desktop
This commit is contained in:
		
							
								
								
									
										20
									
								
								roles/web-app-desktop/templates/menu/header.yml.j2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								roles/web-app-desktop/templates/menu/header.yml.j2
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
  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
 | 
			
		||||
      target: "_top"
 | 
			
		||||
      onclick: location.reload(true)
 | 
			
		||||
      description: Reload the application
 | 
			
		||||
      icon:
 | 
			
		||||
        class: fa-solid fa-rotate-right
 | 
			
		||||
      url:   "{{ WEB_PROTOCOL }}://{{ domains | get_domain('web-app-desktop') }}"
 | 
			
		||||
		Reference in New Issue
	
	Block a user