Commit 93bbcf85 by Bach Dániel Committed by Guba Sándor

dashboard: use primary_host.get_fqdn instead of get_connect_host

parent 6a80e759
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<div id="vm-details-h1-name"> <div id="vm-details-h1-name">
{{ instance.name }} {{ instance.name }}
</div> </div>
<small>{{ instance.get_connect_host }}</small></h1> <small>{{ instance.primary_host.get_fqdn }}</small></h1>
</div> </div>
<div class="row"> <div class="row">
<div class="col-md-4" id="vm-info-pane"> <div class="col-md-4" id="vm-info-pane">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment