mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 23:39:41 +02:00
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
|
angular.module('portainer.docker').component('volumesCifsForm', {
|
||
|
templateUrl: './volumesCifsForm.html',
|
||
|
bindings: {
|
||
|
data: '=',
|
||
|
},
|
||
|
});
|