intel / cluster-management-toolkit

Toolkit for managing and monitoring Kubernetes clusters; includes a Curses-based console UI as well as a few command-line tools.
MIT License
9 stars 3 forks source link

The helptext generator doesn't work properly for the list view #20

Closed taotriad closed 3 weeks ago

taotriad commented 1 year ago

The built-in shortcuts shows up twice in some cases.

Rather than fix the old implementation we should rewrite the code to use generic_inputhandler() + generate_helptext() from curses_helper.

taotriad commented 1 month ago

This can be reproduced by opening a list view that makes use of the view yaml & view json shortcuts. Reopen the same view again and those entries will be duplicated.

taotriad commented 1 month ago

This is fixed in 6ef3c8354c6ce3c80a437b373d9e62c92aab5e55 in the systempath branch.

dweineha commented 3 weeks ago

The systempath branch has now been merged.