rm old code
This commit is contained in:
parent
d71cf27653
commit
c4669bc348
4
scan.go
4
scan.go
|
@ -67,10 +67,12 @@ func (r *RepoRow) NewScan() int {
|
||||||
panic("what the fuck node")
|
panic("what the fuck node")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pb.State = r.Status.GitState()
|
||||||
|
|
||||||
r.masterVersion.SetLabel(pb.GetMasterVersion())
|
r.masterVersion.SetLabel(pb.GetMasterVersion())
|
||||||
r.develVersion.SetLabel(pb.GetDevelVersion())
|
r.develVersion.SetLabel(pb.GetDevelVersion())
|
||||||
r.userVersion.SetLabel(pb.GetUserVersion())
|
r.userVersion.SetLabel(pb.GetUserVersion())
|
||||||
r.gitState.SetLabel(r.Status.GitState())
|
r.gitState.SetLabel(pb.GetState())
|
||||||
r.currentName.SetLabel(pb.GetCurrentBranchName())
|
r.currentName.SetLabel(pb.GetCurrentBranchName())
|
||||||
r.currentVersion.SetLabel(pb.GetCurrentBranchVersion())
|
r.currentVersion.SetLabel(pb.GetCurrentBranchVersion())
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue