mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
fix(app): remove canUndo function from environment variables [EE-6232] (#10961)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
a8e53a4510
commit
787c7ec4cc
4 changed files with 50 additions and 26 deletions
|
@ -235,18 +235,10 @@
|
|||
<!-- #endregion -->
|
||||
|
||||
<!-- #region ENVIRONMENT VARIABLES -->
|
||||
<div class="form-group">
|
||||
<div class="col-sm-12 vertical-center">
|
||||
<label class="control-label !pt-0 text-left !text-sm">Environment variables</label>
|
||||
</div>
|
||||
<div class="col-sm-11 col-lg-10 mt-2">
|
||||
<kube-environment-variables-fieldset
|
||||
values="ctrl.formValues.EnvironmentVariables"
|
||||
on-change="(ctrl.onEnvironmentVariableChange)"
|
||||
can-undo-delete="true"
|
||||
></kube-environment-variables-fieldset>
|
||||
</div>
|
||||
</div>
|
||||
<environment-variables-form-section
|
||||
values="ctrl.formValues.EnvironmentVariables"
|
||||
on-change="(ctrl.onEnvironmentVariableChange)"
|
||||
></environment-variables-form-section>
|
||||
<!-- #endregion -->
|
||||
|
||||
<!-- #region CONFIGMAPS -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue