mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
* feat(volume-creation): NFS support for volume creation - layout * feat(volume-creation): NFS support for volume creation * fix(volume-creation): NFS style, display and check on submit * refactor(volume-creation): remove useless controller + refactor var naming * refactor(volume-creation): NFS wording, help and style
6 lines
176 B
JavaScript
6 lines
176 B
JavaScript
angular.module('portainer.docker').component('volumesNfsForm', {
|
|
templateUrl: 'app/docker/components/volumesNFSForm/volumesnfsForm.html',
|
|
bindings: {
|
|
data: '='
|
|
}
|
|
});
|