Correct firmware version in the sidebar

Node.firmware_version was called node.firmware.
This commit is contained in:
Garrett M
2024-04-04 11:09:24 -04:00
committed by GitHub
parent df06577e50
commit 2513984c49

View File

@ -603,7 +603,7 @@
<div class="truncate"> <div class="truncate">
<p class="truncate text-sm font-medium text-gray-900">Firmware</p> <p class="truncate text-sm font-medium text-gray-900">Firmware</p>
<p class="truncate text-sm text-gray-700"> <p class="truncate text-sm text-gray-700">
<span v-if="selectedNode.firmware">{{ selectedNode.firmware }}</span> <span v-if="selectedNode.firmware_version">{{ selectedNode.firmware_version }}</span>
<span v-else class="text-gray-500">???</span> <span v-else class="text-gray-500">???</span>
</p> </p>
</div> </div>