feel like I'm doing shit here, but I reckon it will work

This commit is contained in:
2026-02-25 00:17:38 +00:00
parent e64b1c31b9
commit 34120f10af
10 changed files with 154 additions and 120 deletions
+4 -4
View File
@@ -52,10 +52,10 @@ type DeviceAPIListView struct {
}
func NewDeviceAPIListView() *DeviceAPIListView {
deviceAPIList := tview.NewList().
AddItem("layout", "build a layout for CDashDisplay", 0, func() {
// layoutToolUIOnSelect(bus, doc)
})
deviceAPIList := tview.NewList()
// AddItem("layout", "build a layout for CDashDisplay", 0, func() {
// layoutToolUIOnSelect(bus, doc)
// })
deviceAPIList.SetBorder(true).SetTitle("list")
return &DeviceAPIListView{