mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added facet container.
Facet container has been added to hold facet header (i.e. title, search fields, buttons, links) and facet content. Each facet now occupies separate container, so it can be shown/hidden without having to redraw the content.
This commit is contained in:
@@ -354,8 +354,8 @@ class i18n_messages(Command):
|
||||
},
|
||||
"details":{
|
||||
"general":_("General"),
|
||||
"settings":_("${entity} Settings"),
|
||||
"identity":_("Identity Settings"),
|
||||
"settings":_("${entity} ${primary_key} Settings"),
|
||||
"to_top":_("Back to Top")
|
||||
},
|
||||
"tabs": {
|
||||
|
||||
Reference in New Issue
Block a user