Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuker committed Jul 11, 2023
1 parent 37ea080 commit 59e5c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/support-top.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2015-2022 MinIO, Inc.
// Copyright (c) 2015-2023 MinIO, Inc.
//
// This file is part of MinIO Object Storage stack
//
Expand Down
2 changes: 1 addition & 1 deletion cmd/top-net-spinner.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (m *topNetUI) View() string {
table.SetBorder(false)
table.SetTablePadding("\t") // pad with tabs
table.SetNoWhiteSpace(true)
table.SetHeader([]string{"SERVER", "Face", "RECEIVE", "TRANSMIT", ""})
table.SetHeader([]string{"SERVER", "INTERFACE", "RECEIVE", "TRANSMIT", ""})

data := make([]topNetResult, 0, len(m.currTopMap))

Expand Down

0 comments on commit 59e5c9a

Please sign in to comment.