mirror of https://github.com/portainer/portainer
fix(lint): fix jshint issue
parent
4fe63d7102
commit
da6f39b137
|
@ -8,7 +8,7 @@ function ($scope, $state, Network, Config, Messages) {
|
|||
$scope.sortReverse = false;
|
||||
|
||||
$scope.config = {
|
||||
Name: '',
|
||||
Name: ''
|
||||
};
|
||||
|
||||
function prepareNetworkConfiguration() {
|
||||
|
|
Loading…
Reference in New Issue