...
The mediator server view should show all mediator servers in a table, as seen in the picture below.
The table implements the common ux-framework-table supporting sorting, filtering and pagination. Each time, a request to the server is sent.
Reload Button: Reloads/Refresh the Mediator server table
The table has the following columns:
...
The mediator servers are stored in an ElasticSearch database. The REST-API is provided by the Data-Provider.
The data-provider for getting all mediator servers is read-mediator-server-list
...