mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
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: '<'
|
||
|
}
|
||
|
});
|