1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

fix(container-details): update container restart policy init

This commit is contained in:
Anthony Lapenna 2018-09-15 10:19:51 +08:00
parent 77913543b1
commit bab02f2b91

View file

@ -18,7 +18,7 @@ angular
this.$onInit = function() { this.$onInit = function() {
ctrl.state.editModel = { ctrl.state.editModel = {
name: ctrl.name, name: ctrl.name ? ctrl.name : 'no',
maximumRetryCount: ctrl.maximumRetryCount maximumRetryCount: ctrl.maximumRetryCount
}; };
}; };