1
0
Fork 0
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:
Prabhat Khera 2021-11-30 11:01:09 +13:00 committed by GitHub
parent c267355759
commit 1e80061186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 173 additions and 54 deletions

View file

@ -3,7 +3,7 @@ angular.module('portainer.app').component('slider', {
controller: 'SliderController',
bindings: {
model: '=',
onChange: '&',
onChange: '<',
floor: '<',
ceil: '<',
step: '<',