mirror of https://github.com/portainer/portainer
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
|
angular.module('portainer.docker').component('volumesCifsForm', {
|
||
|
templateUrl: './volumesCifsForm.html',
|
||
|
bindings: {
|
||
|
data: '=',
|
||
|
},
|
||
|
});
|