mirror of https://github.com/portainer/portainer
style(lint): fix jshint issue
parent
29358e5744
commit
c74e8fc732
|
@ -9,7 +9,7 @@ function ($scope, $state, Image, Messages) {
|
|||
|
||||
$scope.config = {
|
||||
Image: '',
|
||||
Registry: '',
|
||||
Registry: ''
|
||||
};
|
||||
|
||||
$scope.order = function(sortType) {
|
||||
|
|
Loading…
Reference in New Issue