Add split-column widget
This commit is contained in:
parent
13700fe2b2
commit
e5bb102ab1
9 changed files with 129 additions and 11 deletions
|
|
@ -67,6 +67,8 @@ func New(widgetType string) (Widget, error) {
|
|||
widget = &Group{}
|
||||
case "dns-stats":
|
||||
widget = &DNSStats{}
|
||||
case "split-column":
|
||||
widget = &SplitColumn{}
|
||||
default:
|
||||
return nil, fmt.Errorf("unknown widget type: %s", widgetType)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue