Skip to content

Commit

Permalink
[Fix] call initDetailViewKeyMap
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyoush committed Oct 15, 2024
1 parent 7d0367e commit cc14934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/render/watch/watch_render.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ func initDetailViewKeyMap(cols []watchCol) {

func initTable(options WatchOptions) table.Model {
initWatchCols(options.WideOutput)
initDetailViewKeyMap(cols)
columns := []table.Column{}
for _, eachCol := range cols {
columns = append(columns, table.Column{
Expand Down

0 comments on commit cc14934

Please sign in to comment.