Merge pull request #10 from GMart/GMart-patch-firmware
Correct firmware version in the sidebar
This commit is contained in:
commit
75a481fafc
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue