mirror of https://github.com/portainer/portainer
9 lines
210 B
JavaScript
9 lines
210 B
JavaScript
|
angular.module('portainer').component('porTaskList', {
|
||
|
templateUrl: 'app/directives/taskList/porTaskList.html',
|
||
|
controller: 'porTaskListController',
|
||
|
bindings: {
|
||
|
'tasks': '<',
|
||
|
'nodes': '<'
|
||
|
}
|
||
|
});
|