Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit afa27bc

Browse filesBrowse files
author
Akos Kitta
committed
Use addressLabel for the boards dropdown.
To show the host besides the `address`. Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 9c38bfa commit afa27bc
Copy full SHA for afa27bc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎arduino-ide-extension/src/browser/boards/boards-toolbar-item.tsx

Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/boards/boards-toolbar-item.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export class BoardsDropDown extends React.Component<BoardsDropDown.Props> {
138138
{boardLabel}
139139
</div>
140140
<div className="arduino-boards-dropdown-item--port-label noWrapInfo noselect">
141-
{port.address}
141+
{port.addressLabel}
142142
</div>
143143
</div>
144144
{selected ? <div className="fa fa-check" /> : ''}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.