diff --git a/circle/dashboard/templates/dashboard/node-detail.html b/circle/dashboard/templates/dashboard/node-detail.html
index 17875f0..ef00eda 100644
--- a/circle/dashboard/templates/dashboard/node-detail.html
+++ b/circle/dashboard/templates/dashboard/node-detail.html
@@ -23,7 +23,31 @@
{{ node.name }}
-
+
+
+ -
+ {% trans "Rename" %}:
+ {% trans "Change the name of the node." %}
+
+ -
+ {% trans "Flush" %}:
+ {% trans "Disable node and move all instances to other ones." %}
+
+ -
+ {% trans "Enable" %}:
+ {% trans "Enables node." %}
+
+ -
+ {% trans "Disable" %}:
+ {% trans "Disables node." %}
+
+ -
+ {% trans "Delete" %}:
+ {% trans "Remove node and its host." %}
+
+
+
+