mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Petr Vobornik
parent
e65ce4fedc
commit
7f4de88ea1
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user