Add server roles on topology page

Adds new tab on topology page which shows server roles. Also extends
server details page and server config page (setting of ca renewal server).

https://fedorahosted.org/freeipa/ticket/5906

Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
Pavel Vomacka
2016-06-02 13:10:07 +02:00
committed by Petr Vobornik
parent 72fe7e3294
commit 1eb5760018
5 changed files with 149 additions and 0 deletions

View File

@@ -660,6 +660,10 @@ class i18n_messages(Command):
"specified_users": _("Specified Users and Groups"),
"user": _("User"),
},
"server_role": {
"label": _("Server Roles"),
"label_singular": _("Server Role"),
},
"service": {
"auth_indicators": _("Authentication indicators"),
"auth_indicator": _("Authentication indicator"),