summaryrefslogtreecommitdiff
path: root/mainCloudBox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-25 02:50:43 -0700
committerJeff Carr <[email protected]>2019-05-25 02:50:43 -0700
commit7b601a8e689ab4bc657f730f23c2c785b2fe7846 (patch)
tree40e6240ef1a2c632e6e24a2fe11a4bf162c174d6 /mainCloudBox.go
parent3b096d81453417a656167d5cce37f045d0c92cb8 (diff)
update for the new protobuf
Signed-off-by: Jeff Carr <[email protected]>
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