diff options
| author | Pavel Vomacka <pvomacka@redhat.com> | 2017-03-02 10:31:48 +0100 |
|---|---|---|
| committer | Tomas Krizek <tkrizek@redhat.com> | 2017-03-07 20:04:01 +0100 |
| commit | 070bc48dd6c9bce32caa0f0f2de8d44b4e5bbbb1 (patch) | |
| tree | 5c537000b69996f923cfec5bdfe4243110838a93 /ipaserver | |
| parent | aa8530b7af8f04a4ba868f73ea9f171911162638 (diff) | |
| download | freeipa-070bc48dd6c9bce32caa0f0f2de8d44b4e5bbbb1.tar.gz freeipa-070bc48dd6c9bce32caa0f0f2de8d44b4e5bbbb1.tar.xz freeipa-070bc48dd6c9bce32caa0f0f2de8d44b4e5bbbb1.zip | |
WebUI: Change structure of Identity submenu
Previously there were 'User Groups', 'Host Groups' and 'Netgroups'
separately, now these three items are grouped into one named 'Groups'
which has sidebar with three items mentioned above.
This change allows us to move ID views into Identity submenu.
https://pagure.io/freeipa/issue/6717
Reviewed-By: Simo Sorce <ssorce@redhat.com>
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipaserver')
| -rw-r--r-- | ipaserver/plugins/internal.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py index e82e5fcd4..7084d54eb 100644 --- a/ipaserver/plugins/internal.py +++ b/ipaserver/plugins/internal.py @@ -522,11 +522,14 @@ class i18n_messages(Command): "group": { "details": _("Group Settings"), "external": _("External"), + "groups": _("Groups"), + "group_categories": _("Group categories"), "make_external": _("Change to external group"), "make_posix": _("Change to POSIX group"), "nonposix": _("Non-POSIX"), "posix": _("POSIX"), "type": _("Group Type"), + "user_groups": _("User Groups"), }, "hbacrule": { "any_host": _("Any Host"), @@ -587,6 +590,7 @@ class i18n_messages(Command): "unprovisioned": _("Host unprovisioned"), }, "hostgroup": { + "host_group": _("Host Groups"), "identity": _("Host Group Settings"), }, "idoverrideuser": { @@ -629,6 +633,7 @@ class i18n_messages(Command): "hostgroups": _("Host Groups"), "hosts": _("Hosts"), "identity": _("Netgroup Settings"), + "netgroups": _("Netgroups"), "specified_hosts": _("Specified Hosts and Groups"), "specified_users": _("Specified Users and Groups"), "user": _("User"), |
