diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-02-08 15:41:24 -0600 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-02-09 19:46:49 -0500 |
commit | 8d597dcbb03ca70a342f470e0229c9934f75cb16 (patch) | |
tree | 7311deb7976b677efba19d864e893d8406aebd0f /install/ui/details.js | |
parent | 25abf07360ea6824f3584edd847e080e6fdca981 (diff) | |
download | freeipa.git-8d597dcbb03ca70a342f470e0229c9934f75cb16.tar.gz freeipa.git-8d597dcbb03ca70a342f470e0229c9934f75cb16.tar.xz freeipa.git-8d597dcbb03ca70a342f470e0229c9934f75cb16.zip |
Moved add dialog into search facet.
Previously the add dialog is added into entity. The dialog is only
used by the search facet, so it's now moved into the search facet.
Diffstat (limited to 'install/ui/details.js')
-rw-r--r-- | install/ui/details.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/ui/details.js b/install/ui/details.js index 6445c5a8..b62f0494 100644 --- a/install/ui/details.js +++ b/install/ui/details.js @@ -330,6 +330,9 @@ IPA.details_facet = function(spec) { }; that.init = function() { + + that.facet_init(); + for (var i=0; i<that.sections.length; i++) { var section = that.sections[i]; section.init(); |