mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-24 00:44:09 +01:00
Add comment for new struct field
This commit is contained in:
parent
70b1ce28e5
commit
7ea47e746b
@ -28,7 +28,7 @@ type Config struct {
|
||||
Header string `yaml:"header,omitempty"` // Header is the text at the top of the page
|
||||
Logo string `yaml:"logo,omitempty"` // Logo to display on the page
|
||||
Link string `yaml:"link,omitempty"` // Link to open when clicking on the logo
|
||||
Base string `yaml:"base,omitempty"` // TODO:
|
||||
Base string `yaml:"base,omitempty"` // href attribute for HTML base tag
|
||||
Buttons []Button `yaml:"buttons,omitempty"` // Buttons to display below the header
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user