mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 06:19:41 +02:00
fix(docker): don't trimming when creating secret [EE-3265] (#7577)
* EE-3265 fix(docker): stop trimming when creating secret * EE-3265 fix(docker): stop triming when creating secret in k8s
This commit is contained in:
parent
eb5036b96f
commit
a9b1a9c194
2 changed files with 2 additions and 1 deletions
|
@ -82,6 +82,7 @@
|
|||
id="configuration_data_value_{{ index }}"
|
||||
name="configuration_data_value_{{ index }}"
|
||||
ng-model="$ctrl.formValues.Data[index].Value"
|
||||
ng-trim="false"
|
||||
required
|
||||
></textarea>
|
||||
<div class="small text-muted" style="margin-top: 5px" ng-show="kubernetesConfigurationDataCreationForm['configuration_data_value_' + index].$invalid">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue