Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: layer for standalone pages which use WebUI framework | Petr Vobornik | 2014-06-30 | 1 | -0/+1 |
| | | | | | | | | | | Current compiled Web UI layer (app.js) contains every FreeIPA plugin and not just the UI framework. It's not possible to start just a simple facet. This commit creates a basis for a layer (core.js) which contains only framework code and not entity related code. Reviewed-By: Endi Sukma Dewata <edewata@redhat.com> | ||||
* | Config files for builder of FreeIPA UI layer | Petr Vobornik | 2013-01-18 | 1 | -0/+35 |
* Added package configuration and build profile of FreeIPA UI layer for Dojo Builder. * Added script (util/make-ui.sh) which builds the layer https://fedorahosted.org/freeipa/ticket/112 |