summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* webui: break long text in a code element in a modalpatternflyPetr Vobornik2014-06-091-0/+5
|
* webui: fix capitalization of certificate actionsPetr Vobornik2014-06-092-2/+2
|
* webui: fix layout of QR code on wide screensPetr Vobornik2014-06-091-0/+1
|
* webui: fix search box overlap in mobile modePetr Vobornik2014-06-091-0/+1
|
* webui: use propert alerts in header notification areaPetr Vobornik2014-06-063-22/+5
|
* webui: proper alerts in dialogsPetr Vobornik2014-06-063-6/+11
|
* webui: move radius proxy action panel commands to header actionsPetr Vobornik2014-06-061-8/+3
|
* webui: use normal buttons instead of link buttons in multivalued widgetPetr Vobornik2014-06-062-5/+4
|
* webui: move service action panel actions to action dropdownPetr Vobornik2014-06-062-29/+22
|
* webui: move host action panel actions to action dropdownPetr Vobornik2014-06-065-32/+23
|
* webui-ci: assert_action_list_actionPetr Vobornik2014-06-061-1/+24
|
* webui: use dark color for facet titles without pkeyPetr Vobornik2014-06-062-1/+6
|
* webui: association adder dialog - change find label to filterPetr Vobornik2014-06-063-1/+10
| | | | also add filter placeholder
* webui: certificate search - select search attribute only when definedPetr Vobornik2014-06-061-1/+1
|
* webui: change control buttons to normal buttonsPetr Vobornik2014-06-064-101/+33
| | | | | | Now buttons have normal button appearance instead of link button. Partially fixes: https://fedorahosted.org/freeipa/ticket/4258 since the disabling is done through button's disabled attribute.
* webui: add search box placeholder textPetr Vobornik2014-06-063-1/+4
|
* webui: adjust header controls alignmentPetr Vobornik2014-06-065-56/+64
|
* webui: remove old css for standalone pagesPetr Vobornik2014-06-061-100/+0
|
* webui-ci: select search table item - chrome issuePetr Vobornik2014-06-061-1/+7
| | | | | | Sometimes Chrome dirver has issues with clicking on items. This patch is making it more solid. Better error reporting added for cases where it doesn't help.
* webui: use BS alerts in validation_summary_widgetPetr Vobornik2014-06-064-54/+149
|
* webui: adjust login page to PatternFlyPetr Vobornik2014-06-069-171/+142
|
* webui: preload automember default group select listPetr Vobornik2014-06-061-0/+1
| | | | | - the reload also fixes vertical align in Firefox (input gets display='inline' style).
* webui: restyle automember default groupPetr Vobornik2014-06-062-13/+14
|
* webui: do not show empty table footerPetr Vobornik2014-06-065-4/+19
|
* webui: improve paginationPetr Vobornik2014-06-065-36/+110
| | | | | | pagination now support: - styles updated to PatternFly + DataTables - added 'First' and 'Last' button
* webui: activity indicatorsPetr Vobornik2014-06-0616-77/+148
| | | | | https://fedorahosted.org/freeipa/ticket/4177 https://fedorahosted.org/freeipa/ticket/4255
* webui: adjust association adder dialog to PatternFlyPetr Vobornik2014-06-062-184/+84
|
* webui: patternFly dialogPetr Vobornik2014-06-067-143/+68
|
* webui: move user reset password action to action dropdownPetr Vobornik2014-06-062-7/+2
|
* webui: move certificate actions to action dropdownPetr Vobornik2014-06-061-7/+1
|
* webui: add confirmation to action dropdown actionsPetr Vobornik2014-06-066-1/+14
|
* webui: remove select actionPetr Vobornik2014-06-069-31/+10
|
* webui: add space between action buttons's icon and textPetr Vobornik2014-06-062-2/+6
|
* webui: add action dropdownPetr Vobornik2014-06-067-26/+319
|
* webui: remove action list widgetPetr Vobornik2014-06-062-354/+0
|
* webui: use h1 in facet title instead of h3Petr Vobornik2014-06-062-12/+9
|
* webui: change breadcrumb to PatternFlyPetr Vobornik2014-06-062-86/+80
|
* webui: allow multiple base section layoutsPetr Vobornik2014-06-064-42/+74
| | | | i.e. one for details facet and other for dialogs
* webui: display undo and multivalued delete buttons in input-groupPetr Vobornik2014-06-063-31/+85
|
* webui: adjust styles to PatternFlyPetr Vobornik2014-06-0620-484/+108
| | | | | side effect partially fixes: https://fedorahosted.org/freeipa/ticket/3435
* webui: change navigation from RCUE to PatternFlyPetr Vobornik2014-06-064-50/+117
| | | | | | | | | | 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
* webui: remove column sizing in tables, use PF stylesPetr Vobornik2014-06-064-101/+59
| | | | | | | https://fedorahosted.org/freeipa/ticket/4136 usage of .table-striped class also fixes: https://fedorahosted.org/freeipa/ticket/3050
* webui: change absolutely positioned layout to fluidPetr Vobornik2014-06-061-218/+22
| | | | | https://fedorahosted.org/freeipa/ticket/4136 https://fedorahosted.org/freeipa/ticket/3435
* webui: remove unused imagesPetr Vobornik2014-06-0623-22/+0
|
* webui: remove unused collapsible feature from sectionPetr Vobornik2014-06-0612-74/+20
|
* webui: remove unused iconsPetr Vobornik2014-06-0616-78/+0
|
* webui: remove remnants of jquery-uiPetr Vobornik2014-06-0610-1344/+0
|
* webui: apply PatternFly theme on migration pagesPetr Vobornik2014-06-063-93/+146
| | | | https://fedorahosted.org/freeipa/ticket/4278
* webui: styles for alert iconsPetr Vobornik2014-06-062-0/+34
| | | | https://fedorahosted.org/freeipa/ticket/4278
* webui: apply PatternFly theme on config pagesPetr Vobornik2014-06-068-200/+203
| | | | https://fedorahosted.org/freeipa/ticket/4278