Add button for server-del command

WebUI counterpart of: https://fedorahosted.org/freeipa/ticket/5588

Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
Pavel Vomacka
2016-06-24 12:08:04 +02:00
committed by Petr Vobornik
parent e65ce4fedc
commit 7f4de88ea1
3 changed files with 72 additions and 1 deletions

View File

@@ -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"),