mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
8 lines
210 B
JavaScript
8 lines
210 B
JavaScript
angular.module('portainer').component('porTaskList', {
|
|
templateUrl: 'app/directives/taskList/porTaskList.html',
|
|
controller: 'porTaskListController',
|
|
bindings: {
|
|
'tasks': '<',
|
|
'nodes': '<'
|
|
}
|
|
});
|