feat: Update node label format to Name (Type) without outer parentheses
This commit is contained in:
@@ -793,7 +793,7 @@ func (m Model) renderCallDetail() string {
|
||||
node := m.networkMap.FindByIP(mediaIP)
|
||||
label = m.styleForNode(node).Render(label)
|
||||
}
|
||||
b.WriteString(fmt.Sprintf(" SDP Media: %s (%s)\n", mediaIP, label))
|
||||
b.WriteString(fmt.Sprintf(" SDP Media: %s %s\n", mediaIP, label))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user