mirror of https://github.com/portainer/portainer
refactor(ui): fix jshint issue
parent
3bcd1bf665
commit
2d311518a7
|
@ -8,7 +8,7 @@ function ($scope, $state, Config, Container, Image, Volume, Network, Messages, V
|
|||
|
||||
$scope.formValues = {
|
||||
Console: 'none',
|
||||
Volumes: [],
|
||||
Volumes: []
|
||||
};
|
||||
|
||||
$scope.config = {
|
||||
|
|
Loading…
Reference in New Issue