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

Feature: Add device DevEUI in device list #998

Closed
Metal-Mighty opened this issue Jul 29, 2022 · 0 comments · Fixed by #1007
Closed

Feature: Add device DevEUI in device list #998

Metal-Mighty opened this issue Jul 29, 2022 · 0 comments · Fixed by #1007
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Metal-Mighty
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I would like the DevEUI of the sensor to be displayed next to its "Display name".

Describe the solution you'd like

<td data-label="Device" style="word-break: break-all;" class="mud-table-cell">
  <span>Sensor01</span>
  <span class="device_deveui">00A83F7000002EE0</span>
</td>
.device_deveui {
  color: lightgray;
  margin-left: 5px;
  font-size: .750rem;
}

image

Describe alternatives you've considered

Additional context

@Metal-Mighty Metal-Mighty added enhancement New feature or request refinement labels Jul 29, 2022
@kbeaugrand kbeaugrand added this to the S34 milestone Aug 1, 2022
@kbeaugrand kbeaugrand moved this to :pencil: Todo in IoT Hub Portal Aug 1, 2022
@hocinehacherouf hocinehacherouf moved this from :pencil: Todo to :construction: In Progress in IoT Hub Portal Aug 1, 2022
@hocinehacherouf hocinehacherouf self-assigned this Aug 1, 2022
@hocinehacherouf hocinehacherouf moved this from :construction: In Progress to :speech_balloon: Ready for Review in IoT Hub Portal Aug 1, 2022
kbeaugrand pushed a commit that referenced this issue Aug 1, 2022
* Show device id on devices list page #998

* Make app theme as constant, to share with pages/component #998

* Add unit test MainLayoutShouldUseApplicationTheme
@hocinehacherouf hocinehacherouf moved this from :speech_balloon: Ready for Review to :rocket: Ready in IoT Hub Portal Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🚀 Ready
Development

Successfully merging a pull request may close this issue.

3 participants