# Panel (systeminfo)
Display system environment parameters and settings
# Screenshots
# Config
systeminfo:
config:
# Optional | Type: array | Default: []
# Names of ENV variables which should be displayed
envs: {output(['GIT_COMMIT_BRANCH','GIT_COMMIT_SHA'])}
# UI
ui:
# Optional | Type: string | Default: null
# Panel title
title: "Panel title"
# Optional | Type: string | Default: null
# Panel description
description: "Panel description"
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18