mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +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
This commit is contained in:
parent
ee9c8d7d1a
commit
5222413532
5 changed files with 131 additions and 8 deletions
6
app/docker/components/volumesNFSForm/volumes-nfs-form.js
Normal file
6
app/docker/components/volumesNFSForm/volumes-nfs-form.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
angular.module('portainer.docker').component('volumesNfsForm', {
|
||||
templateUrl: 'app/docker/components/volumesNFSForm/volumesnfsForm.html',
|
||||
bindings: {
|
||||
data: '='
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue