mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 05:15:25 +02:00
fix(stacks): Remove unused functions in create stack controller [EE-1139] (#5401)
This commit is contained in:
parent
db1f182670
commit
80465367a5
1 changed files with 0 additions and 8 deletions
|
@ -68,14 +68,6 @@ angular
|
||||||
|
|
||||||
$scope.onChangeFormValues = onChangeFormValues;
|
$scope.onChangeFormValues = onChangeFormValues;
|
||||||
|
|
||||||
$scope.addEnvironmentVariable = function () {
|
|
||||||
$scope.formValues.Env.push({ name: '', value: '' });
|
|
||||||
};
|
|
||||||
|
|
||||||
$scope.removeEnvironmentVariable = function (index) {
|
|
||||||
$scope.formValues.Env.splice(index, 1);
|
|
||||||
};
|
|
||||||
|
|
||||||
$scope.addAdditionalFiles = function () {
|
$scope.addAdditionalFiles = function () {
|
||||||
$scope.formValues.AdditionalFiles.push('');
|
$scope.formValues.AdditionalFiles.push('');
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue