diff --git a/nailgun/static/i18n/translation.json b/nailgun/static/i18n/translation.json index 1b8857f02d..dd93a31bd1 100644 --- a/nailgun/static/i18n/translation.json +++ b/nailgun/static/i18n/translation.json @@ -65,6 +65,14 @@ "bt_load_defaults": "Load Defaults", "bt_cancel_changes": "Cancel Changes", "bt_save_settings": "Save Settings" + }, + "actions_tab": { + "title": "Actions", + "rename_environment": "Rename Environment", + "delete_environment": "Delete Environment", + "bt_rename": "Rename", + "bt_delete": "Delete", + "alert_delete": "Clean up each node and return it to the pool of unallocated nodes." } }, "capacity_page": { diff --git a/nailgun/static/templates/cluster/actions_tab.html b/nailgun/static/templates/cluster/actions_tab.html index d88407e6a2..e9b2405cb0 100755 --- a/nailgun/static/templates/cluster/actions_tab.html +++ b/nailgun/static/templates/cluster/actions_tab.html @@ -1,12 +1,12 @@
-

Actions

+

-

Rename Environment

+

- +
@@ -15,12 +15,11 @@
-

Delete Environment

+

- Clean up each node and return it to the pool of unallocated nodes.
- +