mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
Moved port Info to be fetched from the standard inspect call to avoid superfluous calls. Also moved the information to the info section instead of a whole new section in the expanded view
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
ui "github.com/gizak/termui"
|
||||
)
|
||||
|
||||
var displayInfo = []string{"id", "name", "image", "state"}
|
||||
var displayInfo = []string{"id", "name", "image", "ports", "state"}
|
||||
|
||||
type Info struct {
|
||||
*ui.Table
|
||||
|
||||
Reference in New Issue
Block a user