summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/menu.js
Commit message (Collapse)AuthorAgeFilesLines
* webui: make navigation module independent on app modulePetr Vobornik2014-03-271-3/+3
| | | | | | | | | | | | When some module used 'freeipa/navigation' it pulled the entire Web UI because navigation depended on app. This patch splits the app into two modules: app and app_container. App specifies the entities which are part of final application. app_container module represents the application boot classes. Navigation now depends on app_container. Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
* Web UI source code annotationPetr Vobornik2013-10-161-12/+19
| | | | Part of ongoing Web UI documentation effort. Source code is annotated in a way that it can be processed by documentation generator.
* Menu proxyPetr Vobornik2013-05-061-0/+100
https://fedorahosted.org/freeipa/ticket/3235