mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 22:39:41 +02:00
refactor(ui): fix jshint issue
This commit is contained in:
parent
3bcd1bf665
commit
2d311518a7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function ($scope, $state, Config, Container, Image, Volume, Network, Messages, V
|
|||
|
||||
$scope.formValues = {
|
||||
Console: 'none',
|
||||
Volumes: [],
|
||||
Volumes: []
|
||||
};
|
||||
|
||||
$scope.config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue