show current node of vm
fixes #289 (closed)
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
91 91 </form> 92 92 </div><!-- id:vm-details-tags --> 93 {% if request.user.is_superuser %} 94 <dl> 95 <dt>Node:</dt> 96 {% if instance.node %} 97 <dd> 98 <a href="{{ instance.node.get_absolute_url }}"> 99 {{ instance.node.name }} 100 </a> 101 </dd> 102 {% else %} 103 - 104 {% endif %} 105 {% endif %} 93 106 <dl> -
Owner
remove this line
-