Created a devices service and moved the CDashDisplay service to the sahdow realm
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"log/slog"
|
||||
|
||||
"esdi/cdashdisplay"
|
||||
"esdi/devices/cdashdisplay"
|
||||
tviewh "esdi/tui/internal/tview_helpers"
|
||||
|
||||
"github.com/gdamore/tcell/v2"
|
||||
|
||||
@@ -3,7 +3,7 @@ package views
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"esdi/cdashdisplay"
|
||||
"esdi/devices/cdashdisplay"
|
||||
"esdi/telemetry"
|
||||
|
||||
"github.com/rivo/tview"
|
||||
|
||||
Reference in New Issue
Block a user