Rename widget type

This commit is contained in:
Svilen Markov
2025-05-13 17:10:28 +01:00
parent baaf306ebf
commit ae409768ac
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ func newWidget(widgetType string) (widget, error) {
w = &dockerContainersWidget{}
case "server-stats":
w = &serverStatsWidget{}
case "todo":
case "to-do":
w = &todoWidget{}
default:
return nil, fmt.Errorf("unknown widget type: %s", widgetType)