mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
webui: do not create <hr> delimiter between sections
- section delimiter don't look good and limits UI Their removal will allow: - section hiding (needed in aci v2 UI) - fluid section layout prerequisite for: https://fedorahosted.org/freeipa/ticket/4079 Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com> Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
parent
c93dd068e4
commit
d40dd17fb1
@ -626,10 +626,6 @@ exp.details_facet = IPA.details_facet = function(spec, no_init) {
|
||||
that.create_controls();
|
||||
};
|
||||
|
||||
that.widgets.create_widget_delimiter = function(container) {
|
||||
container.append('<hr/>');
|
||||
};
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user