summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/request_button/request_button.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6595 (Client): Elasticsearch indexing system console UI (#6991)George Goldberg2017-08-011-3/+31
| | | | | | | | | | | | | | | | | | | | * PLT-6595: System Console for Elasticsearch Job Management. * Fixing UI issues * Fixing colors * ESLint Fixes. * Update test snapshots. * Fixing cancel button * Fix review comments. * Config capitalisation. * Review fixes.
* Refactor system console buttons into RequestButton component. (#6808)George Goldberg2017-07-041-0/+234
Since I was going to make yet another button for the ElasticSearch test config button, I refactored all of them to use a single common component and tidied that component up and gave it some unit tests.