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">
<p class="truncate text-sm font-medium text-gray-900">Firmware</p>
<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>
</p>
</div>
@ -2534,4 +2534,4 @@
</script><noscript><a href="http://www.hitsteps.com/"><img src="//edgecdn.dev/code?mode=img&amp;code=45dcd3187c04c1eddf214bb44c8686a9" alt="web stats" width="1" height="1" />web stats</a></noscript>
</body>
</html>
</html>