We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8a251 commit 9f8903dCopy full SHA for 9f8903d
lib/nerves_hub_web/components/device_page/details.ex
@@ -356,7 +356,7 @@ defmodule NervesHubWeb.Components.DevicePage.Details do
356
class="col-start-1 row-start-1 appearance-none border rounded border-zinc-600 bg-zinc-900 py-1.5 pl-3 pr-8 text-sm text-zinc-400 focus:outline focus:outline-1 focus:-outline-offset-1 focus:outline-indigo-500"
357
>
358
<option value="">Select a version</option>
359
- <option :for={firmware <- @firmwares} value={firmware.uuid}>{firmware.version}</option>
+ <option :for={firmware <- @firmwares} value={firmware.uuid}>{firmware.version} ({String.slice(@device.firmware_metadata.uuid, 0..7)})</option>
360
</select>
361
</div>
362
0 commit comments