mirror of https://github.com/portainer/portainer
7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
|
angular.module('portainer.docker').component('volumesNfsForm', {
|
||
|
templateUrl: 'app/docker/components/volumesNFSForm/volumesnfsForm.html',
|
||
|
bindings: {
|
||
|
data: '='
|
||
|
}
|
||
|
});
|