summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-06-24 12:08:04 +0200
committerPetr Vobornik <pvoborni@redhat.com>2016-06-30 14:22:51 +0200
commit7f4de88ea1da11d4111a917672c0cb7ab9866c90 (patch)
treee2f24f156b205bd5efe19bca62a07b37f3215769 /ipaserver/plugins
parente65ce4fedc8e8e4f16c8d0c56f7618a84e8e7f85 (diff)
downloadfreeipa-7f4de88ea1da11d4111a917672c0cb7ab9866c90.tar.gz
freeipa-7f4de88ea1da11d4111a917672c0cb7ab9866c90.tar.xz
freeipa-7f4de88ea1da11d4111a917672c0cb7ab9866c90.zip
Add button for server-del command
WebUI counterpart of: https://fedorahosted.org/freeipa/ticket/5588 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipaserver/plugins')
-rw-r--r--ipaserver/plugins/internal.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py
index 8048b2295..5c1cfb885 100644
--- a/ipaserver/plugins/internal.py
+++ b/ipaserver/plugins/internal.py
@@ -690,6 +690,10 @@ class i18n_messages(Command):
"label": _("Server Roles"),
"label_singular": _("Server Role"),
},
+ "servers": {
+ "remove_server": _("Delete Server"),
+ "remove_server_msg": _("Deleting a server removes it permanently from the topology. Note that this is a non-reversible action.")
+ },
"service": {
"certificate": _("Service Certificate"),
"delete_key_unprovision": _("Delete Key, Unprovision"),