mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 06:19:41 +02:00
Fixed grunt style warnings.
This commit is contained in:
parent
8a7f8f7c37
commit
6cb658a1ef
3 changed files with 5 additions and 5 deletions
|
@ -9,8 +9,8 @@ angular.module('pullImage', [])
|
|||
repo: '',
|
||||
fromImage: '',
|
||||
tag: 'latest'
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
$scope.init();
|
||||
|
||||
|
@ -52,5 +52,5 @@ angular.module('pullImage', [])
|
|||
$('#pull-modal').modal('show');
|
||||
$('#error-message').show();
|
||||
});
|
||||
}
|
||||
};
|
||||
}]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue