mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 13:59:40 +02:00
15 lines
319 B
JavaScript
15 lines
319 B
JavaScript
angular.module('portainer.edge').component('edgeGroupForm', {
|
|||
templateUrl: './groupForm.html',
|
|||
controller: 'EdgeGroupFormController',
|
|||
bindings: {
|
|||
model: '<',
|
|||
groups: '<',
|
|||
tags: '<',
|
|||
formActionLabel: '@',
|
|||
formAction: '<',
|
|||
actionInProgress: '<',
|
|||
loaded: '<',
|
|||
pageType: '@',
|
|||
},
|
|||
});
|