summaryrefslogtreecommitdiffstats
path: root/app/common/directives/log-search-control.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix filter bar clear filter buttonDixsie Wolmers2019-09-111-1/+3
| | | | | | | | | | | | | | | | Makes filter button screen reader friendly and accessible. - Adds icon directive for close icon - Adds button type - Icon is aria-hidden and uses an aria-label attribute with the value set to clear filter Tested: - Filter inputs clear on close button click Signed-off-by: Dixsie Wolmers <dixsiew@gmail.com> Change-Id: Ifcbe603c2771156fe7a03359b144e0a0acd5e3f1
* Move to Bootstrap 4Gunnar Mills2018-11-151-8/+10
| | | | | | | | | | | | | | | | | | | | | Bootstrap < 4.1.2 has the following CVE: https://nvd.nist.gov/vuln/detail/CVE-2018-14041 Removed bootstrap-theme.css due to "Replaced the separate optional theme with configurable options via SCSS variables (e.g., $enable-gradients: true)." Added "width: 100%" to a few places where width 100% was no longer getting inherited. Moved a few elements and adjusted styles to get the same look as before. See https://getbootstrap.com/docs/4.0/migration/ for more information. Tested: Manually on a Witherspoon. Change-Id: I0a72665ac1ca6eacd0b553a585b1fb15e14ae62c Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* log-search-control.html: Fix indentingGunnar Mills2018-09-271-6/+6
| | | | | Change-Id: I11074705553aba7b1b8a8ebc1a97b472a5fb1de5 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Remove tabs from HTML filesGunnar Mills2018-09-251-1/+1
| | | | | | | | | | | | From https://google.github.io/styleguide/htmlcssguide.html "Indentation Indent by 2 spaces at a time. Don't use tabs or mix tabs and spaces for indentation." Tested: Manual regression testing on a Witherspoon. Change-Id: Ief7137dabc869b73b73f9947337fbb0abb5ca497 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Added search clear functionality to filteringIftekharul Islam2017-10-091-1/+1
| | | | | Change-Id: Id22b067c8bcc0e05aee6325153154ea7a81f17ae Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
* changes to global search filter:Michael Davis2017-10-091-1/+4
| | | | | | | | - Added clear button to clear input - changed submit to resize based on content Change-Id: Ida69f961effc261dc44319ba8710d9b4349ba847 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Added label to content filter input and fixed disable classMichael Davis2017-10-091-1/+2
| | | | | Change-Id: I86dc3a4764eabd94aa08bf2dbb56b5fc1565d195 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Misc fixes for event log.Michael Davis2017-09-201-1/+1
| | | | | | | | | | | - Fixed single event log overflow. - Fixed incorrect class on log search filter button. - Fixed incorrect nested div. - Removed duplicate accordion trigger class in event log. - Fixed hover for checkboxes to be more prominent. - Fixed margin issue with action header for event log. Change-Id: I156f516316675afde98c233057a8247bc17a1459
* Text style fixesMichael Davis2017-09-201-1/+1
| | | | | | | Numerous minor style corrections (ex. lower vs upper case) Change-Id: I0c77f590847d4978ac3ffbad82fc2acd481b70f9 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Add event log search and filter capabilitiesIftekharul Islam2017-09-201-0/+5
Change-Id: I9dc891e0f1e30abe488d401c57e1cf4f5656c3af Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
OpenPOWER on IntegriCloud