mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 08:15:25 +02:00
feat(docker): allow docker container resource settings without restart EE-1942 (#6065)
Co-authored-by: sam <sam@allofword> Co-authored-by: sam@gemibook <huapox@126.com> Co-authored-by: Prabhat Khera <prabhat.khera@gmail.com>
This commit is contained in:
parent
c267355759
commit
1e80061186
5 changed files with 173 additions and 54 deletions
|
@ -3,7 +3,7 @@ angular.module('portainer.app').component('slider', {
|
|||
controller: 'SliderController',
|
||||
bindings: {
|
||||
model: '=',
|
||||
onChange: '&',
|
||||
onChange: '<',
|
||||
floor: '<',
|
||||
ceil: '<',
|
||||
step: '<',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue