routing#
This property contains information about authentication (Login / Logout, Keycloak) used in piveau-hub-ui.
routerOptions#
Vue Router configuration values
| Property | Description |
|---|---|
| base | Base path of the application (default: /). |
| mode | Routing mode of the application (default: history). |
navigation#
Navigation configuration values
| Property | Description |
|---|---|
| showSparql | Enables the link to the SPARQL page (default: true). |
pagination#
Pagination configuration values
| Property | Description |
|---|---|
| usePagination | Enables the pagination (default: true). |
| usePaginationArrows | Enables the pagination arrows for previous and next page (default: true). |
| useItemsPerPage | Enables the items per page dropdown (default: true). |
| defaultItemsPerPage | Default amount of items shown on one page (default: 10). |
| defaultItemsPerPageOptions | Default options for items per page dropdown (default: [5, 10, 25, 50]). |