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

pull/2276/head
Anthony Lapenna 2018-09-15 10:19:51 +08:00
parent 77913543b1
commit bab02f2b91
1 changed files with 1 additions and 1 deletions

View File

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