Skip to content

Commit

Permalink
refactor(cli): add v to view job
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Sep 28, 2023
1 parent d85ba4c commit 8704dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/tui/status/status_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ func Model(
key.WithHelp("enter", "show job logs"),
),
TopupJob: key.NewBinding(
key.WithKeys("t"),
key.WithHelp("t", "topup job"),
key.WithKeys("t", "v"),
key.WithHelp("t/v", "topup/view job"),
),
CancelJob: key.NewBinding(
key.WithKeys("c"),
Expand Down

0 comments on commit 8704dcd

Please sign in to comment.