mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35: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.addEnvironmentVariable = function () {
|
||||
$scope.formValues.Env.push({ name: '', value: '' });
|
||||
};
|
||||
|
||||
$scope.removeEnvironmentVariable = function (index) {
|
||||
$scope.formValues.Env.splice(index, 1);
|
||||
};
|
||||
|
||||
$scope.addAdditionalFiles = function () {
|
||||
$scope.formValues.AdditionalFiles.push('');
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue