integrate widget order, toggling into global config and compact grid

This commit is contained in:
Bradley Cicenas
2020-01-02 14:00:55 +00:00
parent d34b9c2bf6
commit ee25f80a9c
10 changed files with 186 additions and 14 deletions

View File

@@ -2,6 +2,7 @@ package compact
import (
"github.com/bcicen/ctop/models"
ui "github.com/gizak/termui"
)