1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 14:29:40 +02:00

refactor(ui): fix jshint issue

This commit is contained in:
Anthony Lapenna 2016-07-06 14:21:00 +12:00
parent 3bcd1bf665
commit 2d311518a7

View file

@ -8,7 +8,7 @@ function ($scope, $state, Config, Container, Image, Volume, Network, Messages, V
$scope.formValues = {
Console: 'none',
Volumes: [],
Volumes: []
};
$scope.config = {