mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix(lint): fix jshint issue
This commit is contained in:
parent
4fe63d7102
commit
da6f39b137
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function ($scope, $state, Network, Config, Messages) {
|
|||
$scope.sortReverse = false;
|
||||
|
||||
$scope.config = {
|
||||
Name: '',
|
||||
Name: ''
|
||||
};
|
||||
|
||||
function prepareNetworkConfiguration() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue