mirror of https://github.com/portainer/portainer
15 lines
361 B
JavaScript
15 lines
361 B
JavaScript
![]() |
angular.module('ui').component('usersDatatable', {
|
||
|
templateUrl: 'app/directives/ui/datatables/users-datatable/usersDatatable.html',
|
||
|
controller: 'GenericDatatableController',
|
||
|
bindings: {
|
||
|
title: '@',
|
||
|
titleIcon: '@',
|
||
|
dataset: '<',
|
||
|
tableKey: '@',
|
||
|
orderBy: '@',
|
||
|
reverseOrder: '<',
|
||
|
showTextFilter: '<',
|
||
|
removeAction: '<'
|
||
|
}
|
||
|
});
|