diff --git a/tuskar_sat_ui/templates/infrastructure/nodes/details.html b/tuskar_sat_ui/templates/infrastructure/nodes/details.html
index 8e7ab76..71cfc53 100644
--- a/tuskar_sat_ui/templates/infrastructure/nodes/details.html
+++ b/tuskar_sat_ui/templates/infrastructure/nodes/details.html
@@ -1,9 +1,9 @@
{% extends 'infrastructure/base.html' %}
{% load i18n %}
-{% block title %}{% trans 'Node Details' %}{% endblock %}
+{% block title %}{{ title }}{% endblock %}
{% block page_header %}
- {% include 'horizon/common/_page_header.html' with title=_('Node Details') %}
+ {% include 'horizon/common/_page_header.html' with title=title %}
{% endblock page_header %}
{% block js %}
@@ -13,42 +13,14 @@
{% endblock %}
{% block main %}
-
-
-
- - {% trans "Power state" %}
- - {{ node.power_state|default:"—" }}
+
+
+
+ {% trans "Powered" %} {{ node.power_state|default:"—" }}
-
-
-
-
{% trans "Inventory" %}
-
- - {% trans "Node UUID" %}
- - {{ node.uuid|default:"—" }}
- - {% trans "Driver" %}
- -
- {{ node.driver|default:"—" }}
- IP Address: {{ node.driver_info.ipmi_address|default:"—" }}
- IPMI User: {{ node.driver_info.ipmi_username|default:"—" }}
-
- - {% trans "Network Cards" %}
- -
- {{ node.addresses|length }}
- {% for address in node.addresses %}
- {{ address }}
- {% endfor %}
-
- - {% trans "Registered HW" %}
- -
- {{ node.cpus|default:"—" }} {% trans "CPU" %}
- {{ node.memory_mb|default:"—" }} {% trans "RAM (MB)" %}
- {{ node.local_gb|default:"—" }} {% trans "HDD (GB)" %}
-
-
-
-
+
+
{% trans "Deployment" %}
- {% trans "Deployment Role" %}
@@ -59,10 +31,10 @@
{% endif %}
- {% trans "Provisioning" %}
-
- {{ node.provisioning_status|default:"—" }}
- {% if node.instance_uuid %}
-
{{ node.instance.created }}
- {% endif %}
+ {{ node.provisioning_status|default:"—" }}
+ {% if node.instance_uuid %}
+
{{ node.instance.created }}
+ {% endif %}
- {% trans "Image" %}
- {{ node.image_name|default:"—" }}
@@ -70,76 +42,104 @@
- {{ node.instance_uuid|default:"—" }}
-
-{% if node.uuid %}
-
-
{% trans "Content" %}
-
-
+
+
{% trans "Inventory" %}
+
+ - {% trans "Node UUID" %}
+ - {{ node.uuid|default:"—" }}
+ - {% trans "Driver" %}
+ -
+
+ {{ node.driver|default:"—" }}
+
+
+
+
+ - {% trans "Network Cards" %}
+ -
+
+ {{ node.addresses|length }}
+
+
+
+
+ - {% trans "Registered HW" %}
+ -
+ {{ node.cpus|default:"—" }} {% trans "CPU" %}
+ {{ node.memory_mb|default:"—" }} {% trans "RAM (MB)" %}
+ {{ node.local_gb|default:"—" }} {% trans "HDD (GB)" %}
+
+
-
-{% endif %}
-
{% trans "Performance and Capacity" %}
+