mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-21 23:24:18 +00:00
Fix hidden hostname in device details page
This commit is contained in:
parent
1a48ce7e26
commit
dc8f49a1e2
1 changed files with 10 additions and 0 deletions
|
@ -115,6 +115,16 @@
|
|||
</div>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if disp.hostname %}
|
||||
<li class="list-group-item">
|
||||
<h4 class="list-group-item-heading">
|
||||
Hostname
|
||||
</h4>
|
||||
<div class="list-group-item-text">
|
||||
<code>{{ disp.hostname }}</code>
|
||||
</div>
|
||||
</li>
|
||||
{% endif %}
|
||||
<li class="list-group-item">
|
||||
<h4 class="list-group-item-heading">
|
||||
Network
|
||||
|
|
Loading…
Reference in a new issue