standard protobuf table changes
This commit is contained in:
parent
a2a9fbb840
commit
9db8405954
3
doGui.go
3
doGui.go
|
@ -310,6 +310,9 @@ func makeStandardReposWindow(pb *gitpb.Repos) {
|
||||||
log.Info("do button click on", r.GetGoPath())
|
log.Info("do button click on", r.GetGoPath())
|
||||||
}
|
}
|
||||||
t.AddMasterVersion()
|
t.AddMasterVersion()
|
||||||
|
t.AddDevelVersion()
|
||||||
|
t.AddUserVersion()
|
||||||
|
t.AddCurrentBranchName()
|
||||||
t.AddState()
|
t.AddState()
|
||||||
t.ShowTable()
|
t.ShowTable()
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue