File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 65
65
graphs :
66
66
# The maximum number of data points to display on the graph (default: 200)
67
67
points : 200
68
+ header :
69
+ # Enable the Page header
70
+ enabled : false
71
+ # Logo URL to display in the header
72
+ logo : https://raw.githubusercontent.com/henrywhitaker3/prompage/refs/heads/main/internal/resources/static/icon.png
68
73
` ` `
69
74
70
75
## Installation
Original file line number Diff line number Diff line change @@ -159,6 +159,9 @@ func setDefaults(conf *Config) {
159
159
if conf .UI .Theme == "" {
160
160
conf .UI .Theme = "light"
161
161
}
162
+ if conf .UI .Header .Logo == "" {
163
+ conf .UI .Header .Logo = "https://raw.githubusercontent.com/henrywhitaker3/prompage/refs/heads/main/internal/resources/static/icon.png"
164
+ }
162
165
}
163
166
164
167
func setDefaultQueryValues (q * Query ) {
You can’t perform that action at this time.
0 commit comments