mirror of https://github.com/portainer/portainer
12 lines
276 B
JavaScript
12 lines
276 B
JavaScript
![]() |
angular.module('portainer.app').component('accessViewerDatatable', {
|
||
|
templateUrl: './accessViewerDatatable.html',
|
||
|
controller: 'GenericDatatableController',
|
||
|
bindings: {
|
||
|
titleText: '@',
|
||
|
titleIcon: '@',
|
||
|
tableKey: '@',
|
||
|
orderBy: '@',
|
||
|
dataset: '<'
|
||
|
}
|
||
|
});
|