Datasources View
| Name | Description |
|---|---|
pageComponent | Use 'pageComponent: ‘datasources/DatasourcesView’ in a handler to activate the User Management View. |
config.allowManageDatasources | Boolean - whether a user should be able to edit details like schedules for the Datasources and other operations |
pageComponent
Use 'pageComponent: ‘datasources/DatasourcesView’ in a handler to activate the Datasources View.
This view is designed to allow managing the datasources within a project.
config
allowManageDatasources (optional)
allowManageDatasources: false,
Whether a user should have access to edit or modify datasources and schedules.
allowDeleteDatasources (optional)
allowDeleteDatasources: false,
Whether a user should have access to delete datasources.
Example
userGroup: {
title: 'Datasources',
actionTitle: 'Datasources',
icon: 'ion-gear-a icofont-2x',
pageComponent: "datasource/DatasourcesView",
path: '/Datasources',
config: {
allowManageDatasources: true,
allowDeleteDatasources: true
}
}