Fix SQl queries being executed unnecessarily when listing servers
This commit is contained in:
parent
eaf54a8c63
commit
a31334c0c5
3 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||
### Fixed
|
||||
* Fixes application API keys being created as a client API key.
|
||||
* Search term is now passed through when using paginated result sets.
|
||||
* Reduces the number of SQL queries executed when rendering the server listing to increase performance.
|
||||
|
||||
### Changed
|
||||
* Databases are now properly paginated when viewing a database host.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue