diff --git a/templates/indexes.twig b/templates/indexes.twig
index edc5c14dac..2cfddb8aac 100644
--- a/templates/indexes.twig
+++ b/templates/indexes.twig
@@ -7,11 +7,11 @@
{% if indexes is not empty %}
{{ indexes_duplicates|raw }}
-
-
-
-
- | {% trans 'Action' %} |
+
+
+
+
+ | {% trans 'Action' %} |
{% trans 'Keyname' %} |
{% trans 'Type' %} |
{% trans 'Unique' %} |
@@ -33,6 +33,11 @@
{{ get_icon('b_edit', 'Edit'|trans) }}
+
+
+ {{ get_icon('b_rename', 'Rename'|trans) }}
+
+ |
{% if index.getName() == 'PRIMARY' %}
{% set index_params = {
|