Antonio-Maranhao opened a new pull request, #1473: URL: https://github.com/apache/couchdb-fauxton/pull/1473
## Overview Allow adding extra content to the databases list footer. ## Testing recommendations Run the dev server and modify `app/addons/databases/layout.js` to add an element under `DatabasePagination`. Example: ``` <DatabasePagination> <span>custom content</span> </DatabasePagination> ``` then check that the content is displayed on the database list page. ## GitHub issue number n/a ## Related Pull Requests n/a ## Checklist - [x] Code is written and works correctly; - [x] Changes are covered by tests; - [ ] Documentation reflects the changes; - [ ] Update [rebar.config.script](https://github.com/apache/couchdb/blob/main/rebar.config.script) with the correct tag once a new Fauxton release is made -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org