1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 06:49:40 +02:00
portainer/app/portainer/components/access-datatable/accessDatatable.js
Chaim Lev-Ari 9d18d47194
feat(extensions): remove rbac extension (#4157)
* feat(extensions): remove rbac extension client code

* feat(extensions): remove server rbac code

* remove extensions code

* fix(notifications): remove error

* feat(extensions): remove authorizations service

* feat(rbac): deprecate fields

* fix(portainer): revert change

* fix(bouncer): remove rbac authorization check

* feat(sidebar): remove roles link

* fix(portainer): remove portainer module
2020-08-11 17:41:37 +12:00

16 lines
372 B
JavaScript

angular.module('portainer.app').component('accessDatatable', {
templateUrl: './accessDatatable.html',
controller: 'AccessDatatableController',
bindings: {
titleText: '@',
titleIcon: '@',
dataset: '<',
roles: '<',
tableKey: '@',
orderBy: '@',
removeAction: '<',
updateAction: '<',
reverseOrder: '<',
inheritFrom: '<',
},
});