summaryrefslogtreecommitdiff
path: root/mainCloudBox.go
diff options
context:
space:
mode:
Diffstat (limited to 'mainCloudBox.go')
-rw-r--r--mainCloudBox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainCloudBox.go b/mainCloudBox.go
index 9765900..b6f23e2 100644
--- a/mainCloudBox.go
+++ b/mainCloudBox.go
@@ -99,7 +99,7 @@ func makeCloudInfoBox(custom func(*ButtonMap)) *ui.Box {
// which could be anything since TEXTCOLOR, TEXT, BG, etc
// fields use between 1 and 3 values internally
//
-func AddVmsTab(name string, count int, a *pb.Config_Account) *TableData {
+func AddVmsTab(name string, count int, a *pb.Account) *TableData {
var parts []TableColumnData
human := 0