mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
* 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
6 lines
145 B
JavaScript
6 lines
145 B
JavaScript
angular.module('portainer.docker').component('volumesCifsForm', {
|
|
templateUrl: './volumesCifsForm.html',
|
|
bindings: {
|
|
data: '=',
|
|
},
|
|
});
|