mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(container): fixed add value and remove value for env [EE-3839] (#7429)
* fix(style): UI task issues [EE-3839]
This commit is contained in:
parent
bfe1cace77
commit
539948b5a6
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
<button
|
||||
ng-if="$ctrl.showUpdateAction"
|
||||
type="button"
|
||||
class="btn btn-sm btn-light h-fit"
|
||||
class="btn btn-sm btn-light h-fit vertical-center !ml-0"
|
||||
authorization="DockerServiceUpdate"
|
||||
ng-disabled="$ctrl.selectedItemCount === 0"
|
||||
ng-click="$ctrl.updateAction($ctrl.selectedItems)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue