diff options
| author | Jeff Carr <[email protected]> | 2025-10-25 01:25:26 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-25 01:25:26 -0500 |
| commit | 1d44eb1493d81842b58f53bff5ad8741b7b5934c (patch) | |
| tree | d3d007e6ef3271f16a868c71f25ba6f5177c7ece /tableDefault.go | |
| parent | e3f7c41f1082f132182c84961ab9fdf9666c8d79 (diff) | |
show mode in the table header
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 |
