2018-12-09 03:49:27 +00:00
|
|
|
angular.module('portainer.extensions.registrymanagement').component('registryRepositoriesDatatable', {
|
2019-03-21 05:46:49 +00:00
|
|
|
templateUrl: './registryRepositoriesDatatable.html',
|
2019-10-14 13:45:09 +00:00
|
|
|
controller: 'RegistryRepositoriesDatatableController',
|
2018-12-09 03:49:27 +00:00
|
|
|
bindings: {
|
|
|
|
titleText: '@',
|
|
|
|
titleIcon: '@',
|
|
|
|
dataset: '<',
|
|
|
|
tableKey: '@',
|
|
|
|
orderBy: '@',
|
|
|
|
reverseOrder: '<',
|
2019-10-14 13:45:09 +00:00
|
|
|
paginationAction: '<',
|
|
|
|
loading: '<'
|
2018-12-09 03:49:27 +00:00
|
|
|
}
|
|
|
|
});
|