summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/config.js
Commit message (Collapse)AuthorAgeFilesLines
* Make singleton from config modulePavel Vomacka2017-03-081-6/+45
| | | | | | | | Also added general setter and getter for attributes of config. Part of: https://fedorahosted.org/freeipa/ticket/5742 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
* webui: hide empty fields and sectionsPetr Vobornik2014-09-111-1/+12
| | | | | | | | | | Hide widgets without a value. Must be explicitly turned on. In widget by `hidden_if_empty` flag. Or globally by `hide_empty_widgets` flag. Global hiding can be individually turned off by `ignore_empty_hiding` flag. https://fedorahosted.org/freeipa/ticket/4402 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* Web UI source code annotationPetr Vobornik2013-10-161-3/+6
| | | | Part of ongoing Web UI documentation effort. Source code is annotated in a way that it can be processed by documentation generator.
* Config.jsPetr Vobornik2013-05-061-0/+75
https://fedorahosted.org/freeipa/ticket/3235