|
| 1 | +pages: |
| 2 | + ##### |
| 3 | + # A list of pages from ui/src/pages to load and the ui/src/components to show on each one. |
| 4 | + # |
| 5 | + # Example that creates an Environment Variable configuration interface: |
| 6 | + # |
| 7 | + # ---------------------------------------------------------------------------------------------------- |
| 8 | + # IndexPage: |
| 9 | + # frames: |
| 10 | + # 1: |
| 11 | + # components: [SystemEnvConfig] |
| 12 | + # icon: settings # The label from Google Material Icons to display in the sidebar: https://fonts.google.com/icons |
| 13 | + # label: yml_config.environment_variables # The i18n key from ui/src/i18n/en-US.json to use as sidebar text. Only use `yml_config` keys! |
| 14 | + # ---------------------------------------------------------------------------------------------------- |
| 15 | + # |
| 16 | + # All the other sections are removed so you only see the environment variable configuration |
| 17 | + # |
| 18 | + ##### |
| 19 | + IndexPage: # This page cannot be removed |
| 20 | + frames: |
| 21 | + 1: |
| 22 | + components: [SystemDeviceInfo] |
| 23 | + # Path will always be '/' |
| 24 | + icon: visibility |
| 25 | + label: yml_config.device_info |
| 26 | + FileManager: |
| 27 | + frames: |
| 28 | + 1: |
| 29 | + components: [ToolsFileManager] |
| 30 | + path: filemanager |
| 31 | + icon: folder |
| 32 | + label: yml_config.file_manager |
| 33 | + Configuration: |
| 34 | + frames: |
| 35 | + 1: |
| 36 | + components: [SystemChangeHostname] |
| 37 | + title: yml_config.network_config |
| 38 | + 2: |
| 39 | + components: [SystemEnvConfig] |
| 40 | + title: yml_config.environment_variables |
| 41 | + path: configuration |
| 42 | + icon: settings |
| 43 | + label: yml_config.configuration |
| 44 | + ContainerManager: |
| 45 | + frames: |
| 46 | + 1: |
| 47 | + components: [ToolsContainerManager] |
| 48 | + path: containermanager |
| 49 | + icon: all_inbox |
| 50 | + label: yml_config.container_manager |
| 51 | + Networking: |
| 52 | + frames: |
| 53 | + 1: |
| 54 | + components: [WifiConnect] |
| 55 | + path: networking |
| 56 | + icon: router |
| 57 | + label: yml_config.networking |
| 58 | + SystemInfo: |
| 59 | + frames: |
| 60 | + 1: |
| 61 | + components: [SystemJournalDLogs, ToolsSystemInfo] |
| 62 | + path: systeminfo |
| 63 | + icon: info |
| 64 | + label: yml_config.system_info |
| 65 | +captive_portal: |
| 66 | + welcome_page: true |
| 67 | +styles: |
| 68 | + header: |
| 69 | + visible: true # Whether the header logo should be visible |
| 70 | + language_selector: true # Show the language selector in the header bar |
| 71 | + reboot_icon: true # Show the reboot icon in the header bar |
| 72 | + shutdown_icon: true # Show the shutdown icon in the header bar |
| 73 | + title: "EDT Offline" |
0 commit comments