mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Update pkg/config/app_config.go
This commit is contained in:
parent
d64a92227a
commit
9c40237fae
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ type UserConfig struct {
|
||||||
// what stat info to graph
|
// what stat info to graph
|
||||||
Stats StatsConfig `yaml:"stats,omitempty"`
|
Stats StatsConfig `yaml:"stats,omitempty"`
|
||||||
|
|
||||||
// Replacements determines how we render a container's info
|
// Replacements determines how we render an item's info
|
||||||
Replacements Replacements `yaml:"replacements,omitempty"`
|
Replacements Replacements `yaml:"replacements,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue