mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 06:19:41 +02:00
11 lines
276 B
JavaScript
11 lines
276 B
JavaScript
angular.module('portainer.app').component('accessViewerDatatable', {
|
|
templateUrl: './accessViewerDatatable.html',
|
|
controller: 'GenericDatatableController',
|
|
bindings: {
|
|
titleText: '@',
|
|
titleIcon: '@',
|
|
tableKey: '@',
|
|
orderBy: '@',
|
|
dataset: '<'
|
|
}
|
|
});
|