Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #4621
Closed
Open
Created Dec 01, 2011 by twilde@twilde

Minor help text tweak

The help text for "enter" on the connection panel was incorrect, I've pushed a proposed fix to the timhack branch on git://github.com/twilde/arm.git, simple one-line patch against master HEAD also inlined below in git format-patch style, not sure which is easier. :)


src/cli/connections/connPanel.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/cli/connections/connPanel.py b/src/cli/connections/connPanel.py index 9745176..3a8a07c 100644 --- a/src/cli/connections/connPanel.py +++ b/src/cli/connections/connPanel.py @@ -308,7 +308,7 @@ class ConnectionPanel(panel.Panel, threading.Thread): options.append(("down arrow", "scroll down a line", None)) options.append(("page up", "scroll up a page", None)) options.append(("page down", "scroll down a page", None))

  • options.append(("enter", "edit configuration option", None))
  • options.append(("enter", "toggle connection details", None)) options.append(("d", "raw consensus descriptor", None))

    if self.isClientsAllowed(): --

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking