mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 12:25:22 +02:00
feat(volumes): add a switch to use CIFS volumes (#3823)
* feat(volumes): add a switch to use CIFS volumes * feat(volumes): switch between nfs and cifs * feat(volumes): autofix sharepoint, hide driveroptions and allow to create unnammed volume * feat(volumes): change cifs version select options * feat(volumes): change few things
This commit is contained in:
parent
8eac1d2221
commit
ebac85b462
8 changed files with 220 additions and 79 deletions
6
app/docker/components/volumesCIFSForm/volumesCifsForm.js
Normal file
6
app/docker/components/volumesCIFSForm/volumesCifsForm.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
angular.module('portainer.docker').component('volumesCifsForm', {
|
||||
templateUrl: './volumesCifsForm.html',
|
||||
bindings: {
|
||||
data: '=',
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue