mirror of https://github.com/portainer/portainer
9 lines
225 B
JavaScript
9 lines
225 B
JavaScript
|
angular.module('portainer').component('porServiceList', {
|
||
|
templateUrl: 'app/directives/serviceList/porServiceList.html',
|
||
|
controller: 'porServiceListController',
|
||
|
bindings: {
|
||
|
'services': '<',
|
||
|
'nodes': '<'
|
||
|
}
|
||
|
});
|