/usr/local/jetapps/var/www/jetbackup5/docroot/app/plugins/destination/Localv2
'use strict'; define(['app'], function(app) { app.controller("destinationLocalv2", ["$scope", "lang", function ($scope, lang) { $scope.$emit('options', { disklimit: true, threads: true }); if($scope.saveData.options.path === undefined) $scope.saveData.options.path = '/'; if($scope.details._id === undefined) $scope.saveData.threads = 150; }]); });
.
Edit
..
Edit
controller.js
Edit
view.htm
Edit