summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/widgets/Menu.js
Commit message (Collapse)AuthorAgeFilesLines
* webui: change navigation from RCUE to PatternFlyPetr Vobornik2014-06-101-28/+49
| | | | | | | | | | | | Mainly html and css changes. Second level menus are absolutely positioned and so they don't adjust container size making other elements to overlap. side effect partially fixes: https://fedorahosted.org/freeipa/ticket/3435 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* webui: rename domNode to dom_nodePetr Vobornik2014-03-261-9/+9
| | | | | | - unites domNode and dom_node usage to dom_node Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
* RCUE NavigationPetr Vobornik2014-01-211-66/+36
| | | | https://fedorahosted.org/freeipa/ticket/3902
* Change menu rendering to match RCUE structurePetr Vobornik2014-01-211-36/+105
| | | | https://fedorahosted.org/freeipa/ticket/3902
* Fix disabled logic of menu itemPetr Vobornik2014-01-211-1/+1
| | | | https://fedorahosted.org/freeipa/ticket/3902
* Web UI source code annotationPetr Vobornik2013-10-161-19/+22
| | | | Part of ongoing Web UI documentation effort. Source code is annotated in a way that it can be processed by documentation generator.
* Fix dirty dialog behaviorPetr Vobornik2013-05-061-3/+1
| | | | | | Dirty dialog was displayed twice because of double event registration in menu widget. https://fedorahosted.org/freeipa/ticket/3236
* Menu and application controller refactoringPetr Vobornik2013-05-061-0/+271
https://fedorahosted.org/freeipa/ticket/3235 https://fedorahosted.org/freeipa/ticket/3236