mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 09:49:40 +02:00
12 lines
267 B
JavaScript
12 lines
267 B
JavaScript
export const accessViewerDatatable = {
|
|
templateUrl: './access-viewer-datatable.html',
|
|
controller: 'GenericDatatableController',
|
|
bindings: {
|
|
titleText: '@',
|
|
titleIcon: '@',
|
|
tableKey: '@',
|
|
orderBy: '@',
|
|
dataset: '<',
|
|
isAdmin: '<',
|
|
},
|
|
};
|