# Panel (wall)
Process history - actions, comments, files and anchors
# Screenshots
# Config
wall:
config:
# Optional | Type: int | Default: 1
# Severity of message (0-7)
#
### Examples
### - 0 = debug
### - 1 = info (processing actions (next step failure etc.))
### - 2 = notice (comments, files)
### - 3 = warning
### - 4 = error
### - 5 = critical
### - 6 = alert
### - 7 = emergency
severity: 1
# Optional | Type: string | Default: DESC
# Sort records by date in descending or ascending order
sort: "DESC"
# 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
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32