mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 23:39:41 +02:00
style(lint): fix jshint issue
This commit is contained in:
parent
29358e5744
commit
c74e8fc732
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function ($scope, $state, Image, Messages) {
|
||||||
|
|
||||||
$scope.config = {
|
$scope.config = {
|
||||||
Image: '',
|
Image: '',
|
||||||
Registry: '',
|
Registry: ''
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.order = function(sortType) {
|
$scope.order = function(sortType) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue