mirror of
https://github.com/Xevion/glance.git
synced 2025-12-08 16:07:17 -06:00
Added docker widget with documentation ✨
This commit is contained in:
@@ -71,6 +71,8 @@ func New(widgetType string) (Widget, error) {
|
||||
widget = &SplitColumn{}
|
||||
case "custom-api":
|
||||
widget = &CustomApi{}
|
||||
case "docker":
|
||||
widget = &Docker{}
|
||||
default:
|
||||
return nil, fmt.Errorf("unknown widget type: %s", widgetType)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user