diff options
Diffstat (limited to 'tableDefault.go')
| -rw-r--r-- | tableDefault.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tableDefault.go b/tableDefault.go index 9cd9012..a58f9e9 100644 --- a/tableDefault.go +++ b/tableDefault.go @@ -61,6 +61,7 @@ func (f *Forge) makeDefaultTB(pb *gitpb.Repos) *gitpb.ReposTable { col = t.AddNamespace() col.Width = 33 + col.Header.Name = "Namespace " + f.mode.String() col = t.AddCurrentBranchName() col.Width = 7 |
