Skip to content

Conversation

foot
Copy link
Contributor

@foot foot commented Oct 10, 2016

Sometimes label is not enough to distinguish between rows.

Fixes #1844

Sometimes label is not enough to distinguish between rows.
@foot
Copy link
Contributor Author

foot commented Oct 10, 2016

screen shot 2016-10-10 at 15 14 14

ID string `json:"id"` // ID of this element in the UI. Must be unique for a given ConnectionsSummary.
NodeID string `json:"nodeId"` // ID of a node in the topology. Optional, must be set if linkable is true.
Label string `json:"label"`
LabelMinor string `json:"label_minor,omitempty"`

This comment was marked as abuse.

@davkal
Copy link
Contributor

davkal commented Oct 18, 2016

Apart from the snake case, LGTM

@davkal davkal assigned foot and unassigned davkal Oct 18, 2016
@foot
Copy link
Contributor Author

foot commented Oct 19, 2016

We use camelCase everywhere except label_minor!

I can change that in this PR too.

Should be safe to have FE/BE out of sync during update. I think we interpret label_minor as optional everywhere.

@davkal
Copy link
Contributor

davkal commented Oct 19, 2016

LGTM

@foot foot merged commit f6e81cf into master Oct 19, 2016
@foot foot deleted the 1844-visually-duplicate-rows branch October 19, 2016 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants