Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix layout of Outbounds table on debug page #2130

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
- No changes yet.

### Fixed
- Columns in the HTML Outbounds table on the debug page now properly line up
with header rows.

## [1.60.0] - 2022-02-03
### Added
Expand Down
1 change: 1 addition & 0 deletions x/debug/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ var (
<th></th>
<th></th>
<th></th>
<th></th>
<th>Name</th>
<th>State</th>
<th>Peers</th>
Expand Down