mirror of https://github.com/portainer/portainer
14 lines
328 B
JavaScript
14 lines
328 B
JavaScript
|
angular.module('portainer.azure').component('containergroupsDatatable', {
|
||
|
templateUrl: './containerGroupsDatatable.html',
|
||
|
controller: 'GenericDatatableController',
|
||
|
bindings: {
|
||
|
title: '@',
|
||
|
titleIcon: '@',
|
||
|
dataset: '<',
|
||
|
tableKey: '@',
|
||
|
orderBy: '@',
|
||
|
reverseOrder: '<',
|
||
|
removeAction: '<',
|
||
|
},
|
||
|
});
|